ModelMetadata.ShowForDisplay 属性

定义

获取或设置指定是否应在显示模式(与编辑模式相对)的 UI 中显示模型的值。

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

属性值

Boolean

如果应在显示模式中显示模型,则为 true;否则为 false。 默认值为 true

适用于

另请参阅