CheckBoxField::DataFormatString Property
.NET Framework (current version)
Gets or sets the string that specifies the display format for the value of the field. This property is not supported by the CheckBoxField class.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ DataFormatString { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A formatting string that specifies the display format for the value of the field. This property is not supported, and throws a System::NotSupportedException.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to read or set the value of this property. |
The DataFormatString property is inherited from the BoundField class, but is not applicable to the CheckBoxField class. Any attempt to access the value of this property will throw a System::NotSupportedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: