CheckBoxField.NullDisplayText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定欄位值為 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
屬性值
值為 null
之欄位顯示的文字。 不支援這個屬性,而且會擲回 NotSupportedException。
- 屬性
例外狀況
已嘗試讀取或設定此屬性的值。
備註
屬性 NullDisplayText 繼承自 BoundField 類別,但不適用於 CheckBoxField 類別。 任何嘗試存取這個屬性的值都會擲回 System.NotSupportedException 例外狀況。