Skip to main content
A newer version of this page is available. .

GridCustomSortEventArgs.Result Property

Gets the result of a custom comparison.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int Result { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the custom comparison’s result.

Remarks

Refer to the GridCustomSortEventArgs class description for more information and an example.

See Also