PivotGridOptionsOLAP Class
In This Article
Provides “OLAP mode”-specific options for a PivotGrid control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public class PivotGridOptionsOLAP :
PivotGridOptionsBase
#Related API Members
The following members return PivotGridOptionsOLAP objects:
Library | Related API Members |
---|---|
Win |
Pivot |
ASP. |
ASPx |
ASP. |
Pivot |
#Remarks
The options provided by this class can be accessed via the pivot grid’s PivotGridControl.OptionsOLAP property.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridOptionsOLAP
See Also