Class RadCheckedDropDownListElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCheckedDropDownListElement : RadDropDownListElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadCheckedDropDownListElement()
Declaration
public RadCheckedDropDownListElement()
Fields
DefaultMinLineHeight
Declaration
protected const int DefaultMinLineHeight = 14
Field Value
System.
|
Properties
AutoCompleteAppend
This property is not applicable for RadCheckedDropDownList
Declaration
public override AutoCompleteAppendHelper AutoCompleteAppend { get; set; }
Property Value
Overrides
AutoCompleteEditableAreaElement
Declaration
public RadCheckedDropDownListEditableAreaElement AutoCompleteEditableAreaElement { get; set; }
Property Value
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
AutoCompleteSuggest
This property is not applicable for RadCheckedDropDownList
Declaration
public override AutoCompleteSuggestHelper AutoCompleteSuggest { get; set; }
Property Value
Overrides
CheckAllItem
CheckedItems
Declaration
public DropDownCheckedItemsCollection CheckedItems { get; }
Property Value
CheckedMember
Gets or sets a property name which will be used to extract a text for description text from the data items. The value of the property with this name will be available via the Value property of every RadListDataItem in the Items collection.
Declaration
public string CheckedMember { get; set; }
Property Value
System.
|
DataSource
Gets or sets the object that is responsible for providing data objects for the RadListElement.
Declaration
public override object DataSource { get; set; }
Property Value
System.
|
Overrides
EditableElementText
Declaration
public override string EditableElementText { get; set; }
Property Value
System.
|
Overrides
Items
Declaration
public RadCheckedListDataItemCollection Items { get; }
Property Value
MinLineHeight
Declaration
public int MinLineHeight { get; set; }
Property Value
System.
|
ReadOnly
Gets or sets a value indicating whether the drop down list is read only.
Declaration
public bool ReadOnly { get; set; }
Property Value
System.
|
SelectedValue
Declaration
[RadDescription("SelectedValue", typeof(RadListElement))]
public override object SelectedValue { get; set; }
Property Value
System.
|
Overrides
ShowCheckAllItems
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 override bool SyncSelectionWithText { get; set; }
Property Value
System.
|
Overrides
Text
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.
|
Overrides
Methods
BeginUpdate()
CanClosePopUp(RadPopupCloseReason, MouseButtons)
Declaration
protected override bool CanClosePopUp(RadPopupCloseReason reason, MouseButtons buttons)
Parameters
Rad
|
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTextEditorElement()
Declaration
protected override RadDropDownListEditableAreaElement CreateTextEditorElement()
Returns
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
EndUpdate()
EnterPressedOrLeaveControl()
Declaration
protected override void EnterPressedOrLeaveControl()
Overrides
IsUpdating()
Declaration
public override bool IsUpdating()
Returns
System.
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnItemCheckedChanged(RadCheckedListDataItemEventArgs)
Declaration
protected virtual void OnItemCheckedChanged(RadCheckedListDataItemEventArgs args)
Parameters
OnItemCheckedChanging(RadCheckedListDataItemCancelEventArgs)
Declaration
protected virtual bool OnItemCheckedChanging(RadCheckedListDataItemCancelEventArgs args)
Parameters
Returns
System.
|
OnItemsClear()
OnLoaded()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnSelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected override void OnSelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.
|
Position
|
Overrides
ScrollToItemFromText(String)
Declaration
protected override void ScrollToItemFromText(string text)
Parameters
System.
|
Overrides
SyncVisualProperties(RadListDataItem)
Declaration
protected override void SyncVisualProperties(RadListDataItem listItem)
Parameters
Rad
|
Overrides
UnwireAutoCompleteEvents()
Declaration
protected virtual void UnwireAutoCompleteEvents()
WireAutoCompleteEvents()
Declaration
protected virtual void WireAutoCompleteEvents()
Events
CheckAllItemCheckedChanged
Occurs when a List
Declaration
public event RadCheckedListDataItemEventHandler CheckAllItemCheckedChanged
Event Type
CheckAllItemCheckedChanging
Occurs when a List
Declaration
public event RadCheckedListDataItemCancelEventHandler CheckAllItemCheckedChanging
Event Type
ItemCheckedChanged
Occurs when a List
Declaration
public event RadCheckedListDataItemEventHandler ItemCheckedChanged
Event Type
ItemCheckedChanging
Occurs when a List
Declaration
public event RadCheckedListDataItemCancelEventHandler ItemCheckedChanging