ModelMetadata.ShowForDisplay プロパティ

定義

リスト ビューや詳細ビューなどの読み取り専用ビューでプロパティを表示するかどうかを示す値を取得または設定します。

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

プロパティ値

モデルを読み取り専用ビューに表示する場合は true。それ以外の場合は false。

適用対象