Class OptionListType
Specifies the type of option list that will be formed by the given item.
Inheritance
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
OptionListType
|
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
OptionListType
|
None
All items have no RadioButton and no checkbox button.
Declaration
public const OptionListType None
Field Value
OptionListType
|
OptionList
All Items have a radio button.
Declaration
public const OptionListType OptionList
Field Value
OptionListType
|
value__
Declaration
public int value__
Field Value
System.Int32
|