Skip to main content

PivotGridFieldBase.GetOlapDefaultSortProperty() Method

In This Article

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

public string GetOlapDefaultSortProperty()

#Returns

Type Description
String

A System.String object that contains a property name.

See Also