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.Object
|
AutoCompleteDisplayMember
AutoCompleteDataMember Property
Declaration
public virtual string AutoCompleteDisplayMember { get; set; }
Property Value
System.String
|
AutoCompleteValueMember
AutoCompleteValueMember Property
Declaration
public virtual string AutoCompleteValueMember { get; set; }
Property Value
System.String
|
DefaultItemsCountInDropDown
DefaultItemsCountInDropDown Property
Declaration
public virtual int DefaultItemsCountInDropDown { get; set; }
Property Value
System.Int32
|
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.Int32
|
DropDownMaxSize
Declaration
public virtual Size DropDownMaxSize { get; set; }
Property Value
System.Drawing.Size
|
DropDownMinSize
Declaration
public virtual Size DropDownMinSize { get; set; }
Property Value
System.Drawing.Size
|
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
RadListElement
|
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.Int32
|
Popup
Popup Property
Declaration
public virtual RadEditorPopupControlBase Popup { get; set; }
Property Value
RadEditorPopupControlBase
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetDesiredPopupSize()
Declaration
public virtual Size GetDesiredPopupSize()
Returns
System.Drawing.Size
|
GetPopupSize(RadPopupControlBase, Boolean)
Declaration
protected override Size GetPopupSize(RadPopupControlBase popup, bool measure)
Parameters
RadPopupControlBase
popup
|
System.Boolean
measure
|
Returns
System.Drawing.Size
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
listElement_DataItemPropertyChanged(Object, RadPropertyChangedEventArgs)
Declaration
protected virtual void listElement_DataItemPropertyChanged(object sender, RadPropertyChangedEventArgs e)
Parameters
System.Object
sender
|
RadPropertyChangedEventArgs
e
|
NotifyOwner(PopupEditorNotificationData)
Main entry point for updating DropDownList
Declaration
public virtual void NotifyOwner(PopupEditorNotificationData notificationData)
Parameters
PopupEditorNotificationData
notificationData
|
OnAutoCompeleteDataSourceChanged()
Declaration
protected virtual void OnAutoCompeleteDataSourceChanged()
OnPopupClosed(Object, RadPopupClosedEventArgs)
Declaration
protected virtual void OnPopupClosed(object sender, RadPopupClosedEventArgs args)
Parameters
System.Object
sender
|
RadPopupClosedEventArgs
args
|
OnPopupOpened(Object, EventArgs)
Declaration
protected virtual void OnPopupOpened(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
SetDropDownBindingContext()
Declaration
protected virtual void SetDropDownBindingContext()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdatePopupMinMaxSize(RadPopupControlBase)
Declaration
protected override void UpdatePopupMinMaxSize(RadPopupControlBase popup)
Parameters
RadPopupControlBase
popup
|
Overrides
WireEvents()
Declaration
protected virtual void WireEvents()