Skip to main content

PivotCustomFieldListSortEventArgs.Caption1 Property

Gets the first folder to be compared.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public string Caption1 { get; }

Property Value

Type Description
String

A System.String value which specifies the caption of the first folder to be compared.

Remarks

Handle the PivotGridControl.CustomFieldListSort event to sort fields and folders located in the Field List. Use the PivotCustomFieldListSortEventArgs.Result property to set the result of the custom comparison of the two fields or folders being processed. The fields being processed are specified by the PivotCustomFieldListSortEventArgs.Field1 and PivotCustomFieldListSortEventArgs.Field2 properties. The folders being compared are specified by the Caption1 and PivotCustomFieldListSortEventArgs.Caption2 properties.

See Also