Skip to main content

PivotGridOptionsMenu Class

Provides the context menu options for the control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotGridOptionsMenu :
    PivotGridOptionsBase

The following members return PivotGridOptionsMenu objects:

Remarks

The PivotGridOptionsMenu class provides a set of Boolean properties that determine which context menus are available to end-users. Refer to the descriptions of the individual class members for more information.

PivotGridOptionsMenu class instances can be accessed via the PivotGridControl.OptionsMenu property.

See Also