Class RadCheckedListBox
Displays a flat collection of labeled items with checkbox, each represented by a ListViewDataItem.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
public class RadCheckedListBox : RadListView, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IFilterable
Constructors
RadCheckedListBox()
Initializes a new instance of the RadCheckedListBox class with default settings.
Declaration
public RadCheckedListBox()
Properties
AllowEdit
Gets or sets a value indicating whether in-place editing of items is allowed.
Declaration
public override bool AllowEdit { get; set; }
Property Value
System.Boolean
|
Overrides
CheckOnClickMode
Gets or sets the mode that determines when an item's check state changes in response to user interaction.
Declaration
public override CheckOnClickMode CheckOnClickMode { get; set; }
Property Value
CheckOnClickMode
|
Overrides
ShowCheckBoxes
Gets or sets a value indicating whether checkboxes are displayed next to the items in the list.
Declaration
public override bool ShowCheckBoxes { get; set; }
Property Value
System.Boolean
|
Overrides
ThemeClassName
Gets or sets the theme class name used for styling the RadCheckedListBox.
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|