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
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.Reporting.WinForms.SortOrder
Valore di enumerazione SortOrder che indica la direzione dell'ordinamento.
Osservazioni
Il valore predefinito è None.