GridDropDownColumnEmptyListItemText Property |
A string, specifying the text to be displayed in normal mode, when there is no
Data Source specified for the column. In edit mode, this value is rendered as a
dropdown list item. When in edit mode, and there is a valid DataSource specified for
the control, this value is appended as the first item of the dropdown box.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string EmptyListItemText { get; set; }
Public Property EmptyListItemText As String
Get
Set
public:
property String^ EmptyListItemText {
String^ get ();
void set (String^ value);
}
member EmptyListItemText : string with get, set
Property Value
Type:
StringSee Also