CustomSortEventArgs.Value2 Property
Returns the second value being compared.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Value2 { get; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the second value being compared. |
Remarks
For more information, refer to the following help topic: CustomSort.
See Also