SortDescriptor Class

Represents a sorting description. Used in components that support sorting.

Inheritance

Object

SortDescriptor

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SortDescriptor

Constructors

SortDescriptorlink

Represents a sorting description. Used in components that support sorting.

Declaration
public SortDescriptor()

Properties

Propertylink

Gets or sets the property to sort by.

Declaration
public string Property { get; set; }
Property Value
Type Description
stringGets or sets the property to sort by.

SortOrderlink

Gets or sets the sort order.

Declaration
public SortOrder? SortOrder { get; set; }
Property Value
Type Description
SortOrder?Gets or sets the sort order.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙