[]
Gets or sets a value indicating whether the end-user sort control should be displayed in the textbox UI.
public UserSort UserSort { get; set; }
Type | Description |
---|---|
UserSort | A UserSort value indicating the presence of the end-user sort control. |
TextBox textBox = new TextBox();
textBox.UserSort = new UserSort { Enabled = true };