Class OptionListType
Specifies the type of option list that will be formed by the given item.
Inheritance
System.Object
OptionListType
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class OptionListType : Enum
Fields
CheckList
All Items have a check box.
Declaration
public const OptionListType CheckList
Field Value
Default
The value of the property will be inherited from the parent, if nothing is set it will be CheckList.
Declaration
public const OptionListType Default
Field Value
None
All items have no RadioButton and no checkbox button.
Declaration
public const OptionListType None
Field Value
OptionList
All Items have a radio button.
Declaration
public const OptionListType OptionList
Field Value
value__
Declaration
public int value__
Field Value
System.
|