GridDropDownColumnListValueField Property |
The ListValueField points to the column in the data table
which will be used as a pointer to retrieve the items for the dropdown in the
GridDropDownColumn.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string ListValueField { get; set; }
Public Property ListValueField As String
Get
Set
public:
property String^ ListValueField {
String^ get ();
void set (String^ value);
}
member ListValueField : string with get, set
Property Value
Type:
StringSee Also