Back to Devexpress

CustomSortEventArgs Class

maui-devexpress-dot-maui-dot-datagrid-b3cfc83f.md

latest1.3 KB
Original Source

CustomSortEventArgs Class

Contains data for the CustomSort event.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class CustomSortEventArgs :
    EventArgs

CustomSortEventArgs is the data class for the following events:

Remarks

For more information, refer to the following help topic: CustomSort.

Inheritance

System.Object EventArgs CustomSortEventArgs

Extension Methods

Yield<CustomSortEventArgs>()

YieldIfNotNull<CustomSortEventArgs>()

See Also

CustomSortEventArgs Members

DevExpress.Maui.DataGrid Namespace