[]
Gets or sets a value indicating whether the items can be selected.
public bool IsSelectable { get; set; }
Public Property IsSelectable As Boolean
Type | Description |
---|---|
bool | true the items can be selected; otherwise, false.
|
When this property is set to true, the items of the control can be selected by the user at runtime. With this property set to false, you can't selected the item from dropdown list, but you can still set the value of the SelectedIndex property in code.