Share via


SortEventArgs.ClearSort Property

 

Indicates whether all other existing sorts should be cleared.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool ClearSort { get; }
public:
property bool ClearSort {
    bool get();
}
member ClearSort : bool with get
Public ReadOnly Property ClearSort As Boolean

Property Value

Type: System.Boolean

A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.

See Also

SortEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top