Enum OptionListType
Specifies the type of option list that will be formed by the given item.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum OptionListType
CheckList
All Items have a check box.
Default
The value of the property will be inherited from the parent, if nothing is set it will be CheckList.
None
All items have no RadioButton and no checkbox button.
OptionList
All Items have a radio button.