System.Web.UI.WebControls.CheckBoxField.DataFormatString Property

Gets or sets the string that specifies the display format for the value of the field. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override string DataFormatString { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CheckBoxField.DataFormatString property is inherited from the System.Web.UI.WebControls.BoundField class, but is not applicable to the System.Web.UI.WebControls.CheckBoxField class. Any attempt to access the value of this property will throw a NotSupportedException exception.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0