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