共用方式為


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 例外狀況。

適用於

另請參閱