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

In This Topic
    Sort Property (PropertyGridSettings)
    In This Topic
    Specifies default properties sort mode.
    Syntax
    'Declaration
     
    Public Property Sort As Nullable(Of Sort)
    public Nullable<Sort> Sort {get; set;}
    See Also