EnumOptionListType
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:
cs-api-definition
public enum OptionListType
Fields
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.
Declaration
cs-api-definition
[Obsolete("This enum value will be removed", false)]
Default = 3
Field Value
None
All items have no RadioButton and no checkbox button.
OptionList
All Items have a radio button.
Declaration
cs-api-definition
[Obsolete("This enum value will be removed", false)]
OptionList = 1
Field Value