ModelMetadata.ShowForDisplay Property

Definition

Gets or sets a value that specifies whether the model should be displayed in the UI in display mode (as opposed to edit mode).

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

Property Value

true if the model should be displayed in display mode; otherwise, false. The default is true.

Applies to

See also