Enum
OptionListType

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.

Declaration

cs-api-definition
CheckList = 0

Field Value

OptionListType

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

OptionListType

None

All items have no RadioButton and no checkbox button.

Declaration

cs-api-definition
None = 2

Field Value

OptionListType

OptionList

All Items have a radio button.

Declaration

cs-api-definition
[Obsolete("This enum value will be removed", false)]
OptionList = 1

Field Value

OptionListType

In this article
DefinitionFieldsCheckListDefaultNoneOptionList
Not finding the help you need?
Contact Support