Back to Devexpress

PivotGridOptionsOLAP Class

corelibraries-devexpress-dot-xtrapivotgrid-e407c512.md

latest2.2 KB
Original Source

PivotGridOptionsOLAP Class

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotGridOptionsOLAP :
    PivotGridOptionsBase
vb
Public Class PivotGridOptionsOLAP
    Inherits PivotGridOptionsBase

The following members return PivotGridOptionsOLAP objects:

LibraryRelated API Members
WinForms ControlsPivotGridControl.OptionsOLAP
ASP.NET Web Forms ControlsASPxPivotGrid.OptionsOLAP
ASP.NET MVC ExtensionsPivotGridSettings.OptionsOLAP

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

PivotGridOptionsOLAP Members

OptionsOLAP

Binding to OLAP Data Sources

DevExpress.XtraPivotGrid Namespace