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 异常。

适用于

另请参阅