Skip to main content
A newer version of this page is available. .

PivotGridOptionsOLAP.SortByCustomFieldValueDisplayText Property

In OLAP, allows you to sort data using the PivotGridControl.FieldValueDisplayText event.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool SortByCustomFieldValueDisplayText { get; set; }

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
.OptionsOLAP.SortByCustomFieldValueDisplayText
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsOLAP.SortByCustomFieldValueDisplayText
MVCxPivotGrid
.OptionsOLAP.SortByCustomFieldValueDisplayText
PivotGridSettings
.OptionsOLAP.SortByCustomFieldValueDisplayText
Reporting XRPivotGrid
.OptionsOLAP.SortByCustomFieldValueDisplayText

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