OptionListType
Enum
Specifies the type of option list that will be formed by the given item.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum OptionListType
Fields
All Items have a check box.
C#
CheckList = 0
The value of the property will be inherited from the parent, if nothing is set it will be CheckList.
C#
[Obsolete("This enum value will be removed", false)]
Default = 3
All items have no RadioButton and no checkbox button.
C#
None = 2
All Items have a radio button.
C#
[Obsolete("This enum value will be removed", false)]
OptionList = 1