Share via


SortEventArgs.SortDirection Property

 

Gets an enumeration value that indicates the direction of the sort.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
    SortOrder get();
}
member SortDirection : SortOrder with get
Public ReadOnly Property SortDirection As SortOrder

Property Value

Type: Microsoft.Reporting.WinForms.SortOrder

A SortOrder enumeration value that indicates the direction of the sort.

Remarks

The default value is None.

See Also

SortEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top