Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridField.AutoPopulatedProperties Property

Get or set a collection of OLAP member properties.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.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