Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class SortDescriptor

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

    Inheritance
    System.Object
    SortDescriptor
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class SortDescriptor : object

    Properties

    Property

    Gets or sets the property to sort by.

    Declaration
    public string Property { get; set; }
    Property Value
    Type Description
    System.String

    The property.

    SortOrder

    Gets or sets the sort order.

    Declaration
    public SortOrder? SortOrder { get; set; }
    Property Value
    Type Description
    System.Nullable<SortOrder>

    The sort order.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT