PivotGridOptionsOLAP.SortByCustomFieldValueDisplayText Property
In OLAP, allows you to sort data using the PivotGridControl.FieldValueDisplayText event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | if true, the PivotGridControl.FieldValueDisplayText event is raised; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SortByCustomFieldValueDisplayText |
---|---|---|
WinForms Controls | PivotGridControl |
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
Remarks
Note
The PivotGridFieldBase.SortMode property of the sorted field should be set to DisplayText to apply sorting. Otherwise, the PivotGridControl.FieldValueDisplayText event will not be raised.
See Also