ComponentOne DataGrid for WPF and Silverlight
IsChecked Property (DataGridCheckBoxFilter)

C1.Silverlight.DataGrid Namespace > DataGridCheckBoxFilter Class : IsChecked Property
Gets or sets whether the checkbox is checked.
Syntax
'Declaration
 
Public Property IsChecked As System.Nullable(Of Boolean)
public System.Nullable<bool> IsChecked {get; set;}
See Also

Reference

DataGridCheckBoxFilter Class
DataGridCheckBoxFilter Members