New to Telerik UI for WinFormsStart a free 30-day trial

Represents the context menu for the RadPivotGrid.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGridContextMenu : PivotGridContextMenuBase, IComponent, IDisposable, IAnalyticsProvider

Inheritance: objectMarshalByRefObjectComponentRadContextMenuPivotGridContextMenuBasePivotGridContextMenu...

Implements: IAnalyticsProviderIComponentIDisposable

Inherited Members PivotGridContextMenuBase.OnDropDownOpening(CancelEventArgs)PivotGridContextMenuBase.ContextRadContextMenu.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.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

Initializes a new instance of the PivotGridContextMenu class.

C#
public PivotGridContextMenu(RadPivotGridElement pivotGridElement)
Parameters:pivotGridElementRadPivotGridElement

The pivot grid element.

Properties

Gets the collapse all menu item.

C#
public RadMenuItem CollapseAllMenuItem { get; }
Property Value:

The collapse all menu item.

Gets the collapse all menu ite1.

C#
public RadMenuItem CollapseAllMenuItem1 { get; }
Property Value:

The collapse all menu item1.

Gets the copy menu item.

C#
public RadMenuItem CopyMenuItem { get; }
Property Value:

The copy menu item.

Gets the expand all menu item.

C#
public RadMenuItem ExpandAllMenuItem { get; }
Property Value:

The expand all menu item.

Gets the expand collapse menu item.

C#
public RadMenuItem ExpandCollapseMenuItem { get; }
Property Value:

The expand collapse menu item.

Gets the field list menu item.

C#
public RadMenuItem FieldListMenuItem { get; }
Property Value:

The field list menu item.

Gets the hide menu item.

C#
public RadMenuItem HideMenuItem { get; }
Property Value:

The hide menu item.

Gets the reload data menu item.

C#
public RadMenuItem ReloadDataMenuItem { get; }
Property Value:

The reload data menu item.

Gets the sort menu item.

C#
public RadMenuItem SortMenuItem { get; }
Property Value:

The sort menu item.

Methods

Adjusts the items for context.

C#
protected override void AdjustItemsForContext()

Overrides: PivotGridContextMenuBase.AdjustItemsForContext()

Releases the unmanaged resources used by the Component and optionally releases the managed resources.

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides: RadContextMenu.Dispose(bool)

Initializes the menu items text.

C#
public void InitializeMenuItemsText()

Called when the best fit menu item is clicked.

C#
protected virtual void OnBestFitMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the collapse all menu item clicked.

C#
protected virtual void OnCollapseAllMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the copy menu item is clicked.

C#
protected virtual void OnCopyMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the expand all menu item is clicked.

C#
protected virtual void OnExpandAllMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the expand collapse menu item is clicked.

C#
protected virtual void OnExpandCollapseMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the field list menu item is clicked.

C#
protected virtual void OnFieldListMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the hide menu item is clicked.

C#
protected virtual void OnHideMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the reload data menu item is clicked.

C#
protected virtual void OnReloadDataMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.

Called when the sort menu item is clicked.

C#
protected virtual void OnSortMenuItemClick(object sender, EventArgs e)
Parameters:senderobject

The sender.

eEventArgs

The EventArgs instance containing the event data.