ClassPivotGridContextMenuBase
Class
represents the basic context menu for RadPivotGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public abstract class PivotGridContextMenuBase : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentRadContextMenuPivotGridContextMenuBase
Derived Classes:
Implements:
Inherited Members
Constructors
PivotGridContextMenuBase()
Declaration
cs-api-definition
protected PivotGridContextMenuBase()
Properties
Context
Gets or sets the context.
Declaration
cs-api-definition
public RadElement Context { get; set; }
Property Value
The context.
Methods
AdjustItemsForContext()
Adjusts the items for context.
Declaration
cs-api-definition
protected virtual void AdjustItemsForContext()
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
cs-api-definition
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
args
The event arguments
Overrides