Class RadCheckedDropDownList
Represents a CheckedDropDown List. The RadCheckedDropDownList class is essentially a simple
wrapper for the Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
public class RadCheckedDropDownList : RadDropDownList, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, ISupportRootUIAutomation
Constructors
RadCheckedDropDownList()
Declaration
public RadCheckedDropDownList()
Properties
AutoCompleteMode
Specifies the mode for the automatic completion feature used in the DropDownList and the TextBox controls.
Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System.
|
Overrides
AutoCompleteTextBoxElement
Gets the associated auto complete text box element.
Declaration
protected RadAutoCompleteBoxElement AutoCompleteTextBoxElement { get; }
Property Value
CaseSensitive
This property is not applicable for RadCheckedDropDownList.
Declaration
[RadDescription("CaseSensitive", typeof(RadDropDownListElement))]
public override bool CaseSensitive { get; set; }
Property Value
System.
|
Overrides
CheckedDropDownListElement
Declaration
public RadCheckedDropDownListElement CheckedDropDownListElement { get; set; }
Property Value
CheckedItems
Declaration
public DropDownCheckedItemsCollection CheckedItems { get; }
Property Value
CheckedMember
Declaration
public string CheckedMember { get; set; }
Property Value
System.
|
DropDownStyle
Gets or sets a value specifying the style of the DropDownList This property is not applicable for RadCheckedDropDownList
Declaration
[RadPropertyDefaultValue("DropDownStyle", typeof(RadDropDownListElement))]
public override RadDropDownStyle DropDownStyle { get; set; }
Property Value
Overrides
Items
Declaration
public RadCheckedListDataItemCollection Items { get; }
Property Value
MaxLength
Gets or sets the maximum number of characters the user can type or paste into the text box control.
Declaration
public override int MaxLength { get; set; }
Property Value
System.
|
Overrides
Multiline
Gets or sets a value indicating whether the hosted textbox is multiline.
Declaration
public bool Multiline { get; set; }
Property Value
System.
|
ReadOnly
Gets or sets a value indicating whether the drop down list is read only.
Declaration
public override bool ReadOnly { get; set; }
Property Value
System.
|
Overrides
SelectedIndex
This property is not applicable for RadCheckedDropDownList
Declaration
public override int SelectedIndex { get; set; }
Property Value
System.
|
Overrides
SelectedItem
This property is not applicable for RadCheckedDropDownList
Declaration
public override RadListDataItem SelectedItem { get; set; }
Property Value
Overrides
SelectedValue
Declaration
public override object SelectedValue { get; set; }
Property Value
System.
|
Overrides
ShowCheckAllItems
Show or Hide the CheckAll item
Declaration
public bool ShowCheckAllItems { get; set; }
Property Value
System.
|
SyncSelectionWithText
Gets or sets a value indicating whether items checked state is synchronized with the text in the editable area.
Declaration
public bool SyncSelectionWithText { get; set; }
Property Value
System.
|
TabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Declaration
public bool TabStop { get; set; }
Property Value
System. true if the user can give the focus to the control using the TAB key;otherwise, false. The default is true. |
ThemeClassName
Declaration
public override string ThemeClassName { get; }
Property Value
System.
|
Overrides
Methods
BeginInit()
CanEditElementAtDesignTime(RadElement)
Declaration
protected override bool CanEditElementAtDesignTime(RadElement element)
Parameters
Rad
|
Returns
System.
|
Overrides
CreateDropDownListElement()
Declaration
protected override RadDropDownListElement CreateDropDownListElement()
Returns
Overrides
EndInit()
OnEnter(EventArgs)
Declaration
protected override void OnEnter(EventArgs e)
Parameters
System.
|
Overrides
OnGotFocus(EventArgs)
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
System.
|
Overrides
ResetBackColorThemeOverrides()
Declaration
protected override void ResetBackColorThemeOverrides()
Overrides
ResetForeColorThemeOverrides()
Declaration
protected override void ResetForeColorThemeOverrides()
Overrides
SetBackColorThemeOverrides()
Declaration
protected override void SetBackColorThemeOverrides()
Overrides
SetForeColorThemeOverrides()
Declaration
protected override void SetForeColorThemeOverrides()
Overrides
Events
CheckAllItemCheckedChanged
Occurs when a CheckAllItem is checked.
Declaration
public event RadCheckedListDataItemEventHandler CheckAllItemCheckedChanged
Event Type
CheckAllItemCheckedChanging
Occurs when a CheckAllItem is about to be checked. Cancelable.
Declaration
public event RadCheckedListDataItemCancelEventHandler CheckAllItemCheckedChanging
Event Type
CreateTextBlock
Occurs when an instance of IText
Declaration
public event CreateTextBlockEventHandler CreateTextBlock
Event Type
ItemCheckedChanged
Occurs when a List
Declaration
public event RadCheckedListDataItemEventHandler ItemCheckedChanged
Event Type
ItemCheckedChanging
Occurs when a List
Declaration
public event RadCheckedListDataItemCancelEventHandler ItemCheckedChanging
Event Type
TextBlockFormatting
/// Occurs when text block is formatting.
Declaration
public event TextBlockFormattingEventHandler TextBlockFormatting
Event Type
TokenValidating
Occurs when text is validating as token
Declaration
public event TokenValidatingEventHandler TokenValidating