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

PivotGridControl.OptionsOLAP Property

Provides access to the Pivot Grid Control’s OLAP mode specific options.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public virtual PivotGridOptionsOLAP OptionsOLAP { get; }

Property Value

Type Description
PivotGridOptionsOLAP

A PivotGridOptionsOLAP object which contains the Pivot Grid Control’s OLAP mode specific options.

See Also