PivotGridControl.OptionsOLAP Property
Provides access to the Pivot Grid Control’s OLAP mode specific options.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.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