Proprietà SortEventArgs.SortDirection
Recupera un valore di enumerazione che indica la direzione dell'ordinamento.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SortDirection As SortOrder
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
SortOrder get ();
}
member SortDirection : SortOrder with get
function get SortDirection () : SortOrder
Valore proprietà
Tipo: Microsoft.Reporting.WinForms.SortOrder
Valore di enumerazione SortOrder che indica la direzione dell'ordinamento.
Note
Il valore predefinito è None.