GridCustomDataSourceItemsOptions.SortInfo Property
Returns information about sort settings for selected items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.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