Propriedade SortEventArgs.ClearSort
Indicates whether all other existing sorts should be cleared.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property ClearSort As Boolean
public bool ClearSort { get; }
public:
property bool ClearSort {
bool get ();
}
member ClearSort : bool with get
function get ClearSort () : boolean
Valor de propriedade
Tipo: Boolean
A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.