[]
Represents an object that provides sort information to the end-user within the TextBox UI.
public sealed class UserSort : IValidateable
Name | Description |
---|---|
UserSort() | Initializes a new instance of the UserSort class. |
Name | Description |
---|---|
SortExpression | Gets or sets the expression used for sorting. |
SortExpressionScope | Gets or sets the scope within which SortExpression is evaluated. |
SortTarget | Gets or sets the name of the data region, grouping, or dataset to which the sort is applied. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the UserSort object. |