System.Web.UI.WebControls.CheckBoxField.NullDisplayText Property

Gets or sets the text displayed for a field when the field's value is null. 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 NullDisplayText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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