Back to Devexpress

PivotCustomFieldSortEventArgs Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldsorteventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

PivotCustomFieldSortEventArgs Properties

Provides data for the PivotGridControl.CustomFieldSort event.

NameDescription
FieldGets the field whose values are sorted.
HandledGets or sets whether a comparison operation is handled and no default processing is required.
ListSourceRowIndex1Gets the index in the data source of the first of the two rows being compared.
ListSourceRowIndex2Gets the index in the data source of the second of the two rows being compared.
ResultGets or sets the result of a custom comparison.
SortLocationGets a target UI element whose items are sorted.
SortOrderGets the sort order applied to the field.
ThreadSafeFieldGets the field whose values are being compared. Provides read-only access to field settings.
Value1Gets the first field value to compare.
Value2Gets the second value to compare.

See Also

PivotCustomFieldSortEventArgs Class

PivotCustomFieldSortEventArgs Members

DevExpress.Xpf.PivotGrid Namespace