MindFusion.Wpf Pack Programmer's Guide
ReportColumn.Sort Property
See Also
 





Gets or sets the sort of the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public Sort Sort { get; set; }

Visual Basic  Copy Code

Public Property Sort As Sort

 Property Value

A member of the Sort enumeration.

 Remarks

If you specify sorting by more than one column, you can use the SortPriority property to determine which sort should take precedence.

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace