[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSelectable

IsSelectable Property

IsSelectable

Gets or sets a value indicating whether the items can be selected.

Declaration
public bool IsSelectable { get; set; }
Public Property IsSelectable As Boolean
Property Value
Type Description
bool

true the items can be selected; otherwise, false.
The default is true.

Remarks

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.