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