CheckBoxField.DataFormatString 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置字符串,该字符串指定字段值的显示格式。 CheckBoxField 类不支持该属性。
public:
virtual property System::String ^ DataFormatString { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string DataFormatString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DataFormatString : string with get, set
Public Overrides Property DataFormatString As String
属性值
指定字段值的显示格式的格式化字符串。 此属性不受支持,并且引发 NotSupportedException。
- 属性
例外
尝试读取或设置此属性的值。
注解
该 DataFormatString 属性继承自 BoundField 该类,但不适用于该 CheckBoxField 类。 任何访问此属性的值尝试都会引发 System.NotSupportedException 异常。