共用方式為


ModelMetadata.ShowForEdit 屬性

定義

取得或設定值,指定屬性是否應該以編輯模式 (而不是顯示模式) 顯示。

public:
 virtual property bool ShowForEdit { bool get(); void set(bool value); };
public virtual bool ShowForEdit { get; set; }
member this.ShowForEdit : bool with get, set
Public Overridable Property ShowForEdit As Boolean

屬性值

Boolean

如果應該以編輯模式來顯示屬性,則為 true,否則為 false。 預設為 true

適用於

另請參閱