PivotGridOptionsOLAP.SortByCustomFieldValueDisplayText Property
In OLAP, allows you to sort data using the PivotGridControl.FieldValueDisplayText event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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 MVC Extensions | PivotGridSettings |
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
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