SortEventArgs.SortDirection-Eigenschaft
Ruft einen Enumerationswert ab, der die Sortierreihenfolge angibt.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public ReadOnly Property SortDirection As SortOrder
Get
'Usage
Dim instance As SortEventArgs
Dim value As SortOrder
value = instance.SortDirection
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
SortOrder get ();
}
member SortDirection : SortOrder
function get SortDirection () : SortOrder
Eigenschaftswert
Typ: Microsoft.Reporting.WinForms.SortOrder
Ein SortOrder-Enumerationswert, der die Sortierreihenfolge angibt.
Hinweise
Der Standardwert ist None.