Class
PivotGridContextMenuBase

represents the basic context menu for RadPivotGrid.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public abstract class PivotGridContextMenuBase : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider

Inheritance: objectMarshalByRefObjectComponentRadContextMenuPivotGridContextMenuBase

Derived Classes: PivotGridContextMenu

Implements: IAnalyticsProviderIComponentIDisposable

Inherited Members RadContextMenu.Show()RadContextMenu.Show(int, int)RadContextMenu.Show(Point)RadContextMenu.Show(Point, RadDirection)RadContextMenu.Show(Control, int, int)RadContextMenu.Show(Control, Point)RadContextMenu.Show(Control, Point, RadDirection)RadContextMenu.Show(RadItem, int, int)RadContextMenu.Show(RadItem, Point)RadContextMenu.Show(RadItem, Point, RadDirection)RadContextMenu.Show(RadItem, int, RadDirection)RadContextMenu.OnDropDownClosing(CancelEventArgs)RadContextMenu.OnDropDownOpened()RadContextMenu.OnDropDownClosed()RadContextMenu.Dispose(bool)RadContextMenu.ItemsRadContextMenu.ThemeNameRadContextMenu.ImageListRadContextMenu.DropDownRadContextMenu.AnimationEnabledRadContextMenu.AnimationFramesRadContextMenu.AnimationTypeRadContextMenu.EnableAnalyticsRadContextMenu.DropDownOpeningRadContextMenu.DropDownClosingRadContextMenu.DropDownOpenedRadContextMenu.DropDownClosedComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

PivotGridContextMenuBase()

Declaration

cs-api-definition
protected PivotGridContextMenuBase()

Properties

Context

Gets or sets the context.

Declaration

cs-api-definition
public RadElement Context { get; set; }

Property Value

RadElement

The context.

Methods

AdjustItemsForContext()

Adjusts the items for context.

Declaration

cs-api-definition
protected virtual void AdjustItemsForContext()

OnDropDownOpening(CancelEventArgs)

Raises the DropDownOpening event.

Declaration

cs-api-definition
protected override void OnDropDownOpening(CancelEventArgs args)

Parameters

args

CancelEventArgs

The event arguments

Overrides RadContextMenu.OnDropDownOpening(CancelEventArgs)