EditableAttribute.AllowEdit 屬性

定義

取得值,這個值指出欄位是否可以編輯。

public:
 property bool AllowEdit { bool get(); };
public bool AllowEdit { get; }
member this.AllowEdit : bool
Public ReadOnly Property AllowEdit As Boolean

屬性值

如果欄位可以編輯則為 true,否則為 false

適用於