Skip to main content
A newer version of this page is available.
All docs
V18.2
Tag

PivotGridFieldBase.IsComplex Property

Gets whether the current PivotGridFieldBase object is bound to a complex field (a complex field name is constructed in the form “String1.String2” or “String1,String2.String3”, etc).

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type Description
Boolean

true if the current PivotGridFieldBase object is bound to a complex field; otherwise, false.

Remarks

In OLAP mode, this property always returns false.

See Also