DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / ChecklistFilterBase Class / UnselectAll Method

In This Topic
    UnselectAll Method (ChecklistFilterBase)
    In This Topic
    Clears the SelectedItems collection in the checklist.
    Syntax
    'Declaration
     
    Public Sub UnselectAll( _
       Optional ByVal applyFilter As Boolean _
    ) 
    public void UnselectAll( 
       bool applyFilter
    )

    Parameters

    applyFilter
    See Also