Skip to main content
Tag

PivotGridField.AutoPopulatedProperties Property

Get or set a collection of OLAP member properties.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public string[] AutoPopulatedProperties { get; set; }

Property Value

Type Description
String[]

A System.String objects, containing property names.

Remarks

In OLAP mode, when you get the IOLAPMember.Properties property, the PivotGridControl sends a query to the server every time for each member. When your sort pivot grid data using the PivotGridControl.CustomServerModeSort event, create a new collection of OLAP member attributes using the AutoPopulatedProperties property to improve performance.

The collection is auto populated into the IOLAPMember.AutoPopulatedProperties when PivotGrid loads data from the server.

See Also