ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TextBox Class / UserSort Property

In This Topic
    UserSort Property
    In This Topic

    Gets or sets a value indicating whether the end-user sort control should be displayed as part of the textbox UI.

    Syntax
    'Declaration
     
    Public Property UserSort As UserSort
    public UserSort UserSort {get; set;}

    Property Value

    A UserSort value indicating whether the end-user sort control should be displayed as part of the textbox UI.

    See Also