PivotGridField.AutoPopulatedProperties Property
Get or set a collection of OLAP member properties.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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