System.Web.UI.WebControls.CheckBoxField.HtmlEncode Property

Overrides the BoundField.HtmlEncode property. 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 bool HtmlEncode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CheckBoxField.HtmlEncode 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