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

PivotGridGroup.IsOLAP Property

Gets whether the control is in OLAP mode.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public bool IsOLAP { get; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether the control is in OLAP mode.

Remarks

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also