SortEventArgs.ClearSort-Eigenschaft
Gibt an, ob alle anderen vorhandenen Sortiervorgänge gelöscht werden sollen.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public ReadOnly Property ClearSort As Boolean
Get
'Usage
Dim instance As SortEventArgs
Dim value As Boolean
value = instance.ClearSort
public bool ClearSort { get; }
public:
property bool ClearSort {
bool get ();
}
member ClearSort : bool
function get ClearSort () : boolean
Eigenschaftswert
Typ: System.Boolean
Ein Boolean-Wert, der angibt, ob alle anderen vorhandenen Sortiervorgänge gelöscht werden sollen. Der Standardwert ist false.