Skip to main content
A newer version of this page is available. .

PivotGridOptionsMenu Class

Provides the context menu options for the control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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