Interface IComboBoxOption
public interface IComboBoxOption
- Extension Methods
Properties
AllowSelect
bool AllowSelect { get; }
Property Value
Enabled
bool Enabled { get; set; }
Property Value
Selected
bool Selected { get; set; }
Property Value
Text
string Text { get; set; }
Property Value
Value
string Value { get; set; }
Property Value
Visible
bool Visible { get; set; }