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

GridCustomDataSourceItemsOptions.SortInfo Property

Returns information about sort settings for selected items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<GridCustomDataSourceSortInfo> SortInfo { get; }

Property Value

Type Description
IReadOnlyList<GridCustomDataSourceSortInfo>

A list of GridCustomDataSourceSortInfo objects.

See Also