CheckBoxField.DataFormatString プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As CheckBoxField Dim value As String value = instance.DataFormatString instance.DataFormatString = value
public: virtual property String^ DataFormatString { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_DataFormatString () /** @property */ public void set_DataFormatString (String value)
public override function get DataFormatString () : String public override function set DataFormatString (value : String)
フィールドの値の表示形式を指定する書式指定文字列。このプロパティはサポートされていないので、System.NotSupportedException がスローされます。


DataFormatString プロパティは、BoundField クラスから継承され、CheckBoxField クラスには適用されません。このプロパティの値にアクセスしようとすると、System.NotSupportedException 例外がスローされます。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CheckBoxField.DataFormatString プロパティのページへのリンク