CheckBoxField.NullDisplayText プロパティ

定義

フィールドの値が null の場合に、そのフィールドに表示するテキストを取得または設定します。 このプロパティは CheckBoxField クラスではサポートされていません。

public:
 virtual property System::String ^ NullDisplayText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string NullDisplayText { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.NullDisplayText : string with get, set
Public Overrides Property NullDisplayText As String

プロパティ値

String

値が null のフィールドに表示されるテキスト。 このプロパティはサポートされていないので、NotSupportedException がスローされます。

属性

例外

このプロパティの値を読み取ろうとしたか、設定しようとしました。

注釈

プロパティは NullDisplayText クラスから BoundField 継承されますが、クラスには CheckBoxField 適用されません。 このプロパティの値にアクセスしようとすると、例外が System.NotSupportedException スローされます。

適用対象

こちらもご覧ください