ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCheckBoxFilter Class / IsThreeState Property

In This Topic
    IsThreeState Property
    In This Topic
    Gets or sets a value indicating whether the checkbox is three state.
    Syntax
    'Declaration
     
    
    Public Property IsThreeState As Boolean
    public bool IsThreeState {get; set;}

    Property Value

    true if the checkbox is three state; otherwise, false.
    See Also