IsSelectable Property (C1RadialNumericItem)
In This Topic
Determines whether this item should be honored when SelectedIndex property is changed acccording to the end-user selection.
Syntax
'Declaration
Public Property IsSelectable As Boolean
public bool IsSelectable {get; set;}
See Also