Class PivotGridContextMenu
Represents the context menu for the RadPivotGrid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridContextMenu : PivotGridContextMenuBase, IAnalyticsProvider
Constructors
PivotGridContextMenu(RadPivotGridElement)
Initializes a new instance of the PivotGridContextMenu class.
Declaration
public PivotGridContextMenu(RadPivotGridElement pivotGridElement)
Parameters
RadPivotGridElement
pivotGridElement
The pivot grid element. |
Properties
CollapseAllMenuItem
Gets the collapse all menu item.
Declaration
public RadMenuItem CollapseAllMenuItem { get; }
Property Value
RadMenuItem
The collapse all menu item. |
CollapseAllMenuItem1
Gets the collapse all menu ite1.
Declaration
public RadMenuItem CollapseAllMenuItem1 { get; }
Property Value
RadMenuItem
The collapse all menu item1. |
CopyMenuItem
Gets the copy menu item.
Declaration
public RadMenuItem CopyMenuItem { get; }
Property Value
RadMenuItem
The copy menu item. |
ExpandAllMenuItem
Gets the expand all menu item.
Declaration
public RadMenuItem ExpandAllMenuItem { get; }
Property Value
RadMenuItem
The expand all menu item. |
ExpandCollapseMenuItem
Gets the expand collapse menu item.
Declaration
public RadMenuItem ExpandCollapseMenuItem { get; }
Property Value
RadMenuItem
The expand collapse menu item. |
FieldListMenuItem
Gets the field list menu item.
Declaration
public RadMenuItem FieldListMenuItem { get; }
Property Value
RadMenuItem
The field list menu item. |
HideMenuItem
Gets the hide menu item.
Declaration
public RadMenuItem HideMenuItem { get; }
Property Value
RadMenuItem
The hide menu item. |
ReloadDataMenuItem
Gets the reload data menu item.
Declaration
public RadMenuItem ReloadDataMenuItem { get; }
Property Value
RadMenuItem
The reload data menu item. |
SortMenuItem
Gets the sort menu item.
Declaration
public RadMenuItem SortMenuItem { get; }
Property Value
RadMenuItem
The sort menu item. |
Methods
AdjustItemsForContext()
Adjusts the items for context.
Declaration
protected override void AdjustItemsForContext()
Overrides
Dispose(Boolean)
Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Overrides
InitializeMenuItemsText()
Initializes the menu items text.
Declaration
public void InitializeMenuItemsText()
OnBestFitMenuItemClick(Object, EventArgs)
Called when the best fit menu item is clicked.
Declaration
protected virtual void OnBestFitMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnCollapseAllMenuItemClick(Object, EventArgs)
Called when the collapse all menu item clicked.
Declaration
protected virtual void OnCollapseAllMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnCopyMenuItemClick(Object, EventArgs)
Called when the copy menu item is clicked.
Declaration
protected virtual void OnCopyMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnExpandAllMenuItemClick(Object, EventArgs)
Called when the expand all menu item is clicked.
Declaration
protected virtual void OnExpandAllMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnExpandCollapseMenuItemClick(Object, EventArgs)
Called when the expand collapse menu item is clicked.
Declaration
protected virtual void OnExpandCollapseMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnFieldListMenuItemClick(Object, EventArgs)
Called when the field list menu item is clicked.
Declaration
protected virtual void OnFieldListMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnHideMenuItemClick(Object, EventArgs)
Called when the hide menu item is clicked.
Declaration
protected virtual void OnHideMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnReloadDataMenuItemClick(Object, EventArgs)
Called when the reload data menu item is clicked.
Declaration
protected virtual void OnReloadDataMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnSortMenuItemClick(Object, EventArgs)
Called when the sort menu item is clicked.
Declaration
protected virtual void OnSortMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
The sender. |
System.EventArgs
e
The System.EventArgs instance containing the event data. |