Class PopupEditorElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PopupEditorElement : PopupEditorBaseElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IInputEditor, IValueEditor, ISupportInitialize
Constructors
PopupEditorElement()
Declaration
public PopupEditorElement()
Properties
AutoCompleteDataSource
Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
Declaration
public virtual object AutoCompleteDataSource { get; set; }
Property Value
System.
|
AutoCompleteDisplayMember
AutoCompleteDataMember Property
Declaration
public virtual string AutoCompleteDisplayMember { get; set; }
Property Value
System.
|
AutoCompleteValueMember
AutoCompleteValueMember Property
Declaration
public virtual string AutoCompleteValueMember { get; set; }
Property Value
System.
|
DefaultItemsCountInDropDown
DefaultItemsCountInDropDown Property
Declaration
public virtual int DefaultItemsCountInDropDown { get; set; }
Property Value
System.
|
DropDownHeight
Gets or sets the height in pixels of the drop-down portion of the ComboBox.
Declaration
public virtual int DropDownHeight { get; set; }
Property Value
System.
|
DropDownMaxSize
Declaration
public virtual Size DropDownMaxSize { get; set; }
Property Value
System.
|
DropDownMinSize
Declaration
public virtual Size DropDownMinSize { get; set; }
Property Value
System.
|
ListElement
The input element hosted in the popup form. In the case of DropDownList the control is a ListElement.
Declaration
public RadListElement ListElement { get; set; }
Property Value
MaxDropDownItems
Gets or sets the maximum number of items to be shown in the drop-down portion of the ComboBox.
Declaration
public virtual int MaxDropDownItems { get; set; }
Property Value
System.
|
Popup
Popup Property
Declaration
public virtual RadEditorPopupControlBase Popup { get; set; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetDesiredPopupSize()
Declaration
public virtual Size GetDesiredPopupSize()
Returns
System.
|
GetPopupSize(RadPopupControlBase, Boolean)
Declaration
protected override Size GetPopupSize(RadPopupControlBase popup, bool measure)
Parameters
Rad
|
System.
|
Returns
System.
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
listElement_DataItemPropertyChanged(Object, RadPropertyChangedEventArgs)
Declaration
protected virtual void listElement_DataItemPropertyChanged(object sender, RadPropertyChangedEventArgs e)
Parameters
System.
|
Rad
|
NotifyOwner(PopupEditorNotificationData)
Main entry point for updating DropDownList
Declaration
public virtual void NotifyOwner(PopupEditorNotificationData notificationData)
Parameters
Popup
|
OnAutoCompeleteDataSourceChanged()
Declaration
protected virtual void OnAutoCompeleteDataSourceChanged()
OnPopupClosed(Object, RadPopupClosedEventArgs)
Declaration
protected virtual void OnPopupClosed(object sender, RadPopupClosedEventArgs args)
Parameters
System.
|
Rad
|
OnPopupOpened(Object, EventArgs)
Declaration
protected virtual void OnPopupOpened(object sender, EventArgs e)
Parameters
System.
|
System.
|
SetDropDownBindingContext()
Declaration
protected virtual void SetDropDownBindingContext()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdatePopupMinMaxSize(RadPopupControlBase)
Declaration
protected override void UpdatePopupMinMaxSize(RadPopupControlBase popup)
Parameters
Rad
|
Overrides
WireEvents()
Declaration
protected virtual void WireEvents()