Represents a sorting description. Used in components that support sorting.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SortDescriptorRepresents a sorting description. Used in components that support sorting.
public SortDescriptor()Gets or sets the property to sort by.
public string Property { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the property to sort by. |
Gets or sets the sort order.
public SortOrder? SortOrder { get; set; }
| Type | Description |
|---|---|
| SortOrder? | Gets or sets the sort order. |