New to Telerik UI for WinFormsStart a free 30-day trial

represents the basic context menu for RadPivotGrid.

Definition

Constructors

C#
protected PivotGridContextMenuBase()

Properties

Gets or sets the context.

C#
public RadElement Context { get; set; }
Property Value:

The context.

Methods

Adjusts the items for context.

C#
protected virtual void AdjustItemsForContext()

Raises the DropDownOpening event.

C#
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters:argsCancelEventArgs

The event arguments

Overrides: RadContextMenu.OnDropDownOpening(CancelEventArgs)