Class PivotGridContextMenuBase
represents the basic context menu for RadPivotGrid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public abstract class PivotGridContextMenuBase : RadContextMenu, IAnalyticsProvider
Constructors
PivotGridContextMenuBase()
Declaration
protected PivotGridContextMenuBase()
Properties
Context
Gets or sets the context.
Declaration
public RadElement Context { get; set; }
Property Value
RadElement
The context. |
Methods
AdjustItemsForContext()
Adjusts the items for context.
Declaration
protected virtual void AdjustItemsForContext()
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System.ComponentModel.CancelEventArgs
args
The event arguments |