Gets or sets the sort of the column.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public Sort Sort { get; set; } |
Visual Basic Copy Code |
---|
Public Property Sort As Sort |
A value of the Sort enumeration specifying the sort type for this column. Use None to disable sorting.
If you specify sorting by more than one column, you can use the SortPriority property to determine which sort should have greater priority.