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 Pivot
Declaration
public PivotGridContextMenu(RadPivotGridElement pivotGridElement)
Parameters
Rad The pivot grid element. |
Properties
CollapseAllMenuItem
Gets the collapse all menu item.
Declaration
public RadMenuItem CollapseAllMenuItem { get; }
Property Value
Rad The collapse all menu item. |
CollapseAllMenuItem1
Gets the collapse all menu ite1.
Declaration
public RadMenuItem CollapseAllMenuItem1 { get; }
Property Value
Rad The collapse all menu item1. |
CopyMenuItem
Gets the copy menu item.
Declaration
public RadMenuItem CopyMenuItem { get; }
Property Value
Rad The copy menu item. |
ExpandAllMenuItem
Gets the expand all menu item.
Declaration
public RadMenuItem ExpandAllMenuItem { get; }
Property Value
Rad The expand all menu item. |
ExpandCollapseMenuItem
Gets the expand collapse menu item.
Declaration
public RadMenuItem ExpandCollapseMenuItem { get; }
Property Value
Rad The expand collapse menu item. |
FieldListMenuItem
Gets the field list menu item.
Declaration
public RadMenuItem FieldListMenuItem { get; }
Property Value
Rad The field list menu item. |
HideMenuItem
Gets the hide menu item.
Declaration
public RadMenuItem HideMenuItem { get; }
Property Value
Rad The hide menu item. |
ReloadDataMenuItem
Gets the reload data menu item.
Declaration
public RadMenuItem ReloadDataMenuItem { get; }
Property Value
Rad The reload data menu item. |
SortMenuItem
Gets the sort menu item.
Declaration
public RadMenuItem SortMenuItem { get; }
Property Value
Rad 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.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. 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. The sender. |
System. The System. |
OnCollapseAllMenuItemClick(Object, EventArgs)
Called when the collapse all menu item clicked.
Declaration
protected virtual void OnCollapseAllMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnCopyMenuItemClick(Object, EventArgs)
Called when the copy menu item is clicked.
Declaration
protected virtual void OnCopyMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnExpandAllMenuItemClick(Object, EventArgs)
Called when the expand all menu item is clicked.
Declaration
protected virtual void OnExpandAllMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnExpandCollapseMenuItemClick(Object, EventArgs)
Called when the expand collapse menu item is clicked.
Declaration
protected virtual void OnExpandCollapseMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnFieldListMenuItemClick(Object, EventArgs)
Called when the field list menu item is clicked.
Declaration
protected virtual void OnFieldListMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnHideMenuItemClick(Object, EventArgs)
Called when the hide menu item is clicked.
Declaration
protected virtual void OnHideMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnReloadDataMenuItemClick(Object, EventArgs)
Called when the reload data menu item is clicked.
Declaration
protected virtual void OnReloadDataMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnSortMenuItemClick(Object, EventArgs)
Called when the sort menu item is clicked.
Declaration
protected virtual void OnSortMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |