FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridValueFilterEditor Class / SetItemChecked Method

In This Topic
    SetItemChecked Method (GridValueFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetItemChecked( _
       ByVal index As Integer, _
       ByVal check As Boolean _
    ) 
    public void SetItemChecked( 
       int index,
       bool check
    )

    Parameters

    index
    check
    See Also