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

In This Topic
    IsChecked Property (DataGridGroupRowPresenter)
    In This Topic
    Gets or sets whether this group is expanded or collapsed.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Boolean
    public bool IsChecked {get; set;}
    See Also