RadControls for WPF

Specifies the type of option list that will be formed by the given item.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum OptionListType
Visual Basic
Public Enumeration OptionListType

Members

Member nameValueDescription
CheckList0 All Items have a check box.
OptionList1 All Items have a radio button.
None2 All items have no RadioButton and no checkbox button.
Default3 The value of the property will be inherited from the parent, if nothing is set it will be CheckList.

See Also