RadItemsPopupControl
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class RadItemsPopupControl : RadPopupControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl, IItemsControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadItemsPopupControl...
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
Gets a collection containing the items that are currently active.
public RadItemOwnerCollection ActiveItems { get; }
Implements:
Gets a boolean value indicating whether the popup is visible.
public bool IsVisible { get; }
Gets menu items collection
[Browsable(true)]
public RadItemOwnerCollection Items { get; }
Implements:
Gets or sets a boolean value that determines whether keyboard input will be processed by the IItemsControl.
public bool ProcessKeyboard { get; set; }
Implements:
Gets or sets a boolean value that determines whether the rollover items functionality will be allowed.
public bool RollOverItemSelection { get; set; }
Implements:
Methods
protected void AutoUpdateBounds()
public void CallOnItemDeselected(ItemSelectedEventArgs args)
Defines whether the IItemsControl can execute navigation operation based on the keydata provided.
Defines whether the IItemsControl has an item that corresponds to the mnemonic passed in the parameter.
Gets the first visible item from the collection. In a IItemsControl that is the first item that is visible on the control.
public RadItem GetFirstVisibleItem()
A reference to a RadItem instance that represents the first visible control.
Implements:
Gets the last visible item from the collection. In a IItemsControl that is the last item that is visible on the control.
public RadItem GetLastVisibleItem()
A reference to a RadItem instance that represents the last visible control.
Implements:
Gets an item from the collection that is next to a certain item.
Returns the selected item in the control.
public RadItem GetSelectedItem()
An reference to a RadItem instance which represents the currently selected item.
Implements:
protected virtual void OnDropDownClosed(RadPopupClosedEventArgs args)
protected virtual void OnDropDownClosing(RadPopupClosingEventArgs args)
protected virtual void OnDropDownOpened()
protected virtual void OnItemDeselected(ItemSelectedEventArgs args)
protected virtual void OnItemSelected(ItemSelectedEventArgs args)
Selects the first visible item on the IItemsControl.
public RadItem SelectFirstVisibleItem()
A reference to a RadItem instance that represents the item selected.
Implements:
Selects an item in the control.
public void SelectItem(RadItem item)
A reference to a RadItem instance which represents the item which is to be selected.
Implements:
Selects the last visible item on the IItemsControl.
public RadItem SelectLastVisibleItem()
A reference to a RadItem instance that represents the item selected.
Implements:
Selects an item from the collection that is next to a certain item.
Events
public event RadPopupClosedEventHandler DropDownClosed
public event RadPopupClosingEventHandler DropDownClosing
public event EventHandler DropDownOpened
public event CancelEventHandler DropDownOpening
Fires when an item has been deselected.
public event ItemSelectedEventHandler ItemDeselected
Implements:
Fires when an item has been selected.
public event ItemSelectedEventHandler ItemSelected
Implements: