Propriété SortEventArgs.ClearSort
Indique si tous les autres tris existants doivent être effacés.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ClearSort As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
Valeur Boolean qui indique si tous les autres tris existants doivent être effacés. La valeur par défaut est false.