GridDropDownColumnDataField Property |
The DataField property points to the column in the grid
data-source containing values which will be compared at a later stage with the
values available in the column, referenced by the
%ListValueField:ListValueField% property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string DataField { get; set; }
Public Property DataField As String
Get
Set
public:
property String^ DataField {
String^ get ();
void set (String^ value);
}
member DataField : string with get, set
Property Value
Type:
StringSee Also