Skip to main content

PivotGridField.GetOlapDefaultSortProperty() Method

Returns the name of an OLAP member property used to set the default member sorting.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public string GetOlapDefaultSortProperty()

Returns

Type Description
String

A System.String object that contains a property name.

See Also