Back to Devexpress

PivotGridField.AutoPopulatedProperties Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-7fd9d9d0.md

latest1.8 KB
Original Source

PivotGridField.AutoPopulatedProperties Property

Get or set a collection of OLAP member properties.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string[] AutoPopulatedProperties { get; set; }
vb
Public Property AutoPopulatedProperties As String()

Property Value

TypeDescription
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

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace