Class SortDescriptor
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Represents a sorting description. Used in components that support sorting.
public class SortDescriptor
- Inheritance
-
SortDescriptor
- Inherited Members
Constructors
SortDescriptor()
public SortDescriptor()
Properties
Property
Gets or sets the property to sort by.
public string Property { get; set; }
Property Value
- string
The property.
SortOrder
Gets or sets the sort order.
public SortOrder? SortOrder { get; set; }
Property Value
- SortOrder?
The sort order.