Class RadEditorPopupControlBase
This class represents a base class for popup controls used by editors like ComboBox, MultiColumnComboBox etc.
Inheritance
System.Object
RadEditorPopupControlBase
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadEditorPopupControlBase : RadSizablePopupControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl
Constructors
RadEditorPopupControlBase(RadItem)
Creates an instance of the RadEditorPopupControlBase class. This class is used in all popup-powered controls.
Declaration
public RadEditorPopupControlBase(RadItem owner)
Parameters
RadItem
owner
An instance of the RadItem class that represents the owner of the popup. |