ClassPivotGridContextMenu
Represents the context menu for the RadPivotGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotGridContextMenu : PivotGridContextMenuBase, IComponent, IDisposable, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentRadContextMenuPivotGridContextMenuBasePivotGridContextMenu
Implements:
Inherited Members
Constructors
PivotGridContextMenu(RadPivotGridElement)
Initializes a new instance of the PivotGridContextMenu class.
Declaration
public PivotGridContextMenu(RadPivotGridElement pivotGridElement)
Parameters
pivotGridElement
The pivot grid element.
Properties
CollapseAllMenuItem
Gets the collapse all menu item.
Declaration
public RadMenuItem CollapseAllMenuItem { get; }
Property Value
The collapse all menu item.
CollapseAllMenuItem1
Gets the collapse all menu ite1.
Declaration
public RadMenuItem CollapseAllMenuItem1 { get; }
Property Value
The collapse all menu item1.
CopyMenuItem
Gets the copy menu item.
Declaration
public RadMenuItem CopyMenuItem { get; }
Property Value
The copy menu item.
ExpandAllMenuItem
Gets the expand all menu item.
Declaration
public RadMenuItem ExpandAllMenuItem { get; }
Property Value
The expand all menu item.
ExpandCollapseMenuItem
Gets the expand collapse menu item.
Declaration
public RadMenuItem ExpandCollapseMenuItem { get; }
Property Value
The expand collapse menu item.
FieldListMenuItem
Gets the field list menu item.
Declaration
public RadMenuItem FieldListMenuItem { get; }
Property Value
The field list menu item.
HideMenuItem
Gets the hide menu item.
Declaration
public RadMenuItem HideMenuItem { get; }
Property Value
The hide menu item.
ReloadDataMenuItem
Gets the reload data menu item.
Declaration
public RadMenuItem ReloadDataMenuItem { get; }
Property Value
The reload data menu item.
SortMenuItem
Gets the sort menu item.
Declaration
public RadMenuItem SortMenuItem { get; }
Property Value
The sort menu item.
Methods
AdjustItemsForContext()
Adjusts the items for context.
Declaration
protected override void AdjustItemsForContext()
Overrides
Dispose(bool)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
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.
OnCollapseAllMenuItemClick(object, EventArgs)
Called when the collapse all menu item clicked.
OnCopyMenuItemClick(object, EventArgs)
Called when the copy menu item is clicked.
OnExpandAllMenuItemClick(object, EventArgs)
Called when the expand all menu item is clicked.
OnExpandCollapseMenuItemClick(object, EventArgs)
Called when the expand collapse menu item is clicked.
OnFieldListMenuItemClick(object, EventArgs)
Called when the field list menu item is clicked.
OnHideMenuItemClick(object, EventArgs)
Called when the hide menu item is clicked.
OnReloadDataMenuItemClick(object, EventArgs)
Called when the reload data menu item is clicked.
OnSortMenuItemClick(object, EventArgs)
Called when the sort menu item is clicked.