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()
Declaration
public RadCheckedListBox()
Properties
AllowEdit
Gets or sets value indicating whether editing is enabled.
Declaration
public override bool AllowEdit { get; set; }
Property Value
System.Boolean
|
Overrides
CheckOnClickMode
Gets or sets a value indicating whether the item's check state changes whenever the item is clicked.
Declaration
public override CheckOnClickMode CheckOnClickMode { get; set; }
Property Value
CheckOnClickMode
|
Overrides
ShowCheckBoxes
Gets or sets value indicating whether checkboxes should be shown.
Declaration
public override bool ShowCheckBoxes { get; set; }
Property Value
System.Boolean
|
Overrides
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|