[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextBox.UserSort

UserSort Property

UserSort

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

Declaration
public UserSort UserSort { get; set; }
Property Value
Type Description
UserSort

A UserSort value indicating the presence of the end-user sort control.

Examples
TextBox textBox = new TextBox();
textBox.UserSort = new UserSort { Enabled = true };