FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / AddValueCheckBox Method
Content of the checkbox.
Whether the value represented by the checkbox is selected.

In This Topic
    AddValueCheckBox Method
    In This Topic
    Adds a checkbox to value list.
    Syntax
    'Declaration
     
    Protected Overridable Sub AddValueCheckBox( _
       ByVal content As Object, _
       ByVal isChecked As Boolean _
    ) 
    protected virtual void AddValueCheckBox( 
       object content,
       bool isChecked
    )

    Parameters

    content
    Content of the checkbox.
    isChecked
    Whether the value represented by the checkbox is selected.
    See Also