ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / PropertyGridSettings Class / Sort Property

In This Topic
    Sort Property
    In This Topic
    Gets or sets the default properties sort mode.
    Syntax
    'Declaration
     
    Public Property Sort As Nullable(Of Sort)
    public Nullable<Sort> Sort {get; set;}

    Property Value

    A nullable Sort value that specifies the default properties sort mode.
    See Also