CheckBoxField.DataFormatString プロパティ
定義
フィールドの値の表示形式を指定する文字列を取得または設定します。Gets or sets the string that specifies the display format for the value of the field. このプロパティは CheckBoxField クラスではサポートされていません。This property is not supported by the CheckBoxField class.
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
プロパティ値
フィールドの値の表示形式を指定する書式指定文字列。A formatting string that specifies the display format for the value of the field. このプロパティはサポートされていないので、NotSupportedException がスローされます。This property is not supported, and throws a NotSupportedException.
- 属性
例外
このプロパティの値を読み取ろうとしたか、設定しようとしました。An attempt is made to read or set the value of this property.
注釈
DataFormatStringプロパティはクラスから継承されますが、 BoundField クラスには適用されません CheckBoxField 。The DataFormatString property is inherited from the BoundField class, but is not applicable to the CheckBoxField class. このプロパティの値にアクセスしようとすると、例外がスローされ System.NotSupportedException ます。Any attempt to access the value of this property will throw a System.NotSupportedException exception.