[]
Gets or sets the group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.
[C1Description("Group.Sort", "The group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.")]
public SortEnum Sort { get; set; }
<C1Description("Group.Sort", "The group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.")>
Public Property Sort As SortEnum