skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class PivotGridContextMenu

Represents the context menu for the RadPivotGrid.

Inheritance
System.Object
RadContextMenu
PivotGridContextMenuBase
PivotGridContextMenu
Inherited Members
PivotGridContextMenuBase.OnDropDownOpening(CancelEventArgs)
PivotGridContextMenuBase.Context
RadContextMenu.Show()
RadContextMenu.Show(Int32, Int32)
RadContextMenu.Show(Point)
RadContextMenu.Show(Point, RadDirection)
RadContextMenu.Show(Control, Int32, Int32)
RadContextMenu.Show(Control, Point)
RadContextMenu.Show(Control, Point, RadDirection)
RadContextMenu.Show(RadItem, Int32, Int32)
RadContextMenu.Show(RadItem, Point)
RadContextMenu.Show(RadItem, Point, RadDirection)
RadContextMenu.Show(RadItem, Int32, RadDirection)
RadContextMenu.OnDropDownClosing(CancelEventArgs)
RadContextMenu.OnDropDownOpened()
RadContextMenu.OnDropDownClosed()
RadContextMenu.Items
RadContextMenu.ThemeName
RadContextMenu.ImageList
RadContextMenu.DropDown
RadContextMenu.AnimationEnabled
RadContextMenu.AnimationFrames
RadContextMenu.AnimationType
RadContextMenu.AnalyticsName
RadContextMenu.EnableAnalytics
RadContextMenu.DropDownOpening
RadContextMenu.DropDownClosing
RadContextMenu.DropDownOpened
RadContextMenu.DropDownClosed
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
PivotGridContextMenuBase.AdjustItemsForContext()

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
RadContextMenu.Dispose(Boolean)

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.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.