PivotGridOptionsMenu Class
In This Article
Provides the context menu options for the control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotGridOptionsMenu :
PivotGridOptionsBase
#Related API Members
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.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridOptionsMenu
See Also