Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GroupDescriptor

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

    Inheritance
    object
    GroupDescriptor
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class GroupDescriptor

    Constructors

    GroupDescriptor()

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

    Declaration
    public GroupDescriptor()

    Properties

    FormatString

    Gets or sets the format string used to display the key in the group.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type Description
    string

    The format string.

    Property

    Gets or sets the property to group 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.

    Title

    Gets or sets the title displayed in the group.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    The title.

    Methods

    GetTitle()

    Gets the title of the group.

    Declaration
    public string GetTitle()
    Returns
    Type Description
    string

    System.String.

    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