GridDropDownColumnListTextField Property |
The ListTextField points to the column in the data table
from which the grid will extract the values for the dropdown.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string ListTextField { get; set; }
Public Property ListTextField As String
Get
Set
public:
property String^ ListTextField {
String^ get ();
void set (String^ value);
}
member ListTextField : string with get, set
Property Value
Type:
StringSee Also