CheckBoxField.DataField Property
.NET Framework 3.0
Gets or sets the name of the data field to bind to the CheckBoxField object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(L"System.Web.UI.Design.DataSourceBooleanViewSchemaConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public: virtual property String^ DataField { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_DataField () /** @property */ public void set_DataField (String value)
public override function get DataField () : String public override function set DataField (value : String)
Not applicable.
Property Value
The name of the data field to bind to the CheckBoxField. The default is an empty string (""), which indicates that this property is not set.Community Additions
ADD
Show: