RadCheckedListBox
Displays a flat collection of labeled items with checkbox, each represented by a ListViewDataItem.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[TelerikToolboxCategory("Data Controls")]
[ComplexBindingProperties("DataSource", "DataMember")]
[LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "CurrentItem")]
public class RadCheckedListBox : RadListView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IFilterable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadListViewRadCheckedListBox...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCheckedListBox class with default settings.
public RadCheckedListBox()
Properties
Gets or sets a value indicating whether in-place editing of items is allowed.
[Browsable(true)]
public override bool AllowEdit { get; set; }
Overrides:
Gets or sets the mode that determines when an item's check state changes in response to user interaction.
[Browsable(true)]
public override CheckOnClickMode CheckOnClickMode { get; set; }
Overrides:
Gets or sets a value indicating whether checkboxes are displayed next to the items in the list.
[Browsable(false)]
public override bool ShowCheckBoxes { get; set; }
Overrides:
Gets or sets the theme class name used for styling the RadCheckedListBox.
public override string ThemeClassName { get; set; }
Overrides: