Class RadItemsPopupControl
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class RadItemsPopupControl : RadPopupControlBase, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl
Constructors
RadItemsPopupControl(RadElement)
Properties
ActiveItems
Declaration
public RadItemOwnerCollection ActiveItems { get; }
Property Value
Implements
IsVisible
Gets a boolean value indicating whether the popup is visible.
Declaration
public bool IsVisible { get; }
Property Value
System.
|
Items
Gets menu items collection
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
Implements
Maximum
Get/Set maximum value allowed for size
Declaration
public Size Maximum { get; set; }
Property Value
System.
|
Minimum
Get/Set minimum value allowed for size
Declaration
public Size Minimum { get; set; }
Property Value
System.
|
ProcessKeyboard
Declaration
public bool ProcessKeyboard { get; set; }
Property Value
System.
|
Implements
RollOverItemSelection
Declaration
public bool RollOverItemSelection { get; set; }
Property Value
System.
|
Implements
Methods
AutoUpdateBounds()
Declaration
protected void AutoUpdateBounds()
CallOnItemDeselected(ItemSelectedEventArgs)
Declaration
public void CallOnItemDeselected(ItemSelectedEventArgs args)
Parameters
CanNavigate(Keys)
CanProcessMnemonic(Char)
Declaration
public virtual bool CanProcessMnemonic(char keyData)
Parameters
System.
|
Returns
System.
|
Implements
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
GetFirstVisibleItem()
Declaration
public RadItem GetFirstVisibleItem()
Returns
Implements
GetLastVisibleItem()
Declaration
public RadItem GetLastVisibleItem()
Returns
Implements
GetNextItem(RadItem, Boolean)
Declaration
public RadItem GetNextItem(RadItem item, bool forward)
Parameters
Rad
|
System.
|
Returns
Implements
GetSelectedItem()
Declaration
public RadItem GetSelectedItem()
Returns
Implements
OnDropDownClosed(RadPopupClosedEventArgs)
Declaration
protected virtual void OnDropDownClosed(RadPopupClosedEventArgs args)
Parameters
OnDropDownClosing(RadPopupClosingEventArgs)
Declaration
protected virtual void OnDropDownClosing(RadPopupClosingEventArgs args)
Parameters
OnDropDownOpened()
Declaration
protected virtual void OnDropDownOpened()
OnDropDownOpening(CancelEventArgs)
Declaration
protected virtual void OnDropDownOpening(CancelEventArgs args)
Parameters
System.
|
OnItemDeselected(ItemSelectedEventArgs)
Declaration
protected virtual void OnItemDeselected(ItemSelectedEventArgs args)
Parameters
OnItemSelected(ItemSelectedEventArgs)
Declaration
protected virtual void OnItemSelected(ItemSelectedEventArgs args)
Parameters
SelectFirstVisibleItem()
Declaration
public RadItem SelectFirstVisibleItem()
Returns
Implements
SelectItem(RadItem)
SelectLastVisibleItem()
Declaration
public RadItem SelectLastVisibleItem()
Returns
Implements
SelectNextItem(RadItem, Boolean)
Declaration
public RadItem SelectNextItem(RadItem item, bool forward)
Parameters
Rad
|
System.
|
Returns
Implements
Events
DropDownClosed
Declaration
public event RadPopupClosedEventHandler DropDownClosed
Event Type
DropDownClosing
Declaration
public event RadPopupClosingEventHandler DropDownClosing
Event Type
DropDownOpened
Declaration
public event EventHandler DropDownOpened
Event Type
System.
|
DropDownOpening
Declaration
public event CancelEventHandler DropDownOpening
Event Type
System.
|
ItemDeselected
Declaration
public event ItemSelectedEventHandler ItemDeselected
Event Type
Implements
ItemSelected
Declaration
public event ItemSelectedEventHandler ItemSelected