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

PivotGridOptionsOLAP Class

Provides “OLAP mode”-specific options for a PivotGrid control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public class PivotGridOptionsOLAP :
    PivotGridOptionsBase

The following members return PivotGridOptionsOLAP objects:

Library Related API Members
WinForms Controls PivotGridControl.OptionsOLAP
ASP.NET Controls and MVC Extensions ASPxPivotGrid.OptionsOLAP
PivotGridSettings.OptionsOLAP
Reporting XRPivotGrid.OptionsOLAP

Remarks

The options provided by this class can be accessed via the pivot grid’s PivotGridControl.OptionsOLAP property.

See Also