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

In This Topic
    IsChecked Property (DataGridCheckBoxFilter)
    In This Topic
    Gets or sets whether the checkbox is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Nullable(Of Boolean)
    public Nullable<bool> IsChecked {get; set;}
    See Also