Back to Devexpress

GridCustomSortEventArgs Properties

blazor-devexpress-dot-blazor-dot-gridcustomsorteventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

GridCustomSortEventArgs Properties

Contains data for the CustomSort event.

NameDescription
DataItem1Gets the first of two processed data items. Compare these items and determine in which order to sort them.
DataItem2Gets the second of two processed data items. Compare these items and determine in which order to sort them.
FieldNameSpecifies the name of the data source field whose values should be compared.
GridReturns an object that defines grid API members (properties and methods).
HandledSpecifies whether the comparison operation is handled, and no default processing is required.
ResultGets the result of the custom comparison.
SortOrderGets the current sort order applied to the column being processed.
Value1Gets the first value being compared.
Value2Gets the second value being compared.

See Also

GridCustomSortEventArgs Class

GridCustomSortEventArgs Members

DevExpress.Blazor Namespace