CustomCustomizationFormSortEventArgsBase<T>.Caption1 Property
Gets the first folder to be compared.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A System.String value which specifies the caption of the first folder to be compared. |
Remarks
Handle the PivotGridControl.CustomCustomizationFormSort or ASPxPivotGrid.CustomCustomizationFormSort events to sort fields and folders located in the Customization Form. Use the CustomCustomizationFormSortEventArgsBase<T>.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 CustomCustomizationFormSortEventArgsBase<T>.Field1 and CustomCustomizationFormSortEventArgsBase<T>.Field2 properties. The folders being compared are specified by the Caption1 and CustomCustomizationFormSortEventArgsBase<T>.Caption2 properties.