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

属性值

如果该属性应在编辑模式中显示,则为 true;否则为 false。 默认值为 true

适用于

另请参阅