CheckBoxField.DataFormatString 属性

定义

获取或设置字符串,该字符串指定字段值的显示格式。 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

属性值

String

指定字段值的显示格式的格式化字符串。 此属性不受支持,并且引发 NotSupportedException

属性

例外

尝试读取或设置此属性的值。

注解

DataFormatString 属性继承自 BoundField 该类,但不适用于该 CheckBoxField 类。 任何访问此属性的值尝试都会引发 System.NotSupportedException 异常。

适用于

另请参阅