ComponentOne DataFilter for WPF
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