ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupingPresenter Class / IsEmpty Property

In This Topic
    IsEmpty Property
    In This Topic
    Gets or sets a value indicating whether the grouping panel is empty or not.
    Syntax
    'Declaration
     
    
    Public Property IsEmpty As Boolean
    public bool IsEmpty {get; set;}
    Remarks

    If this property is set to false the visual state group "GroupingStates" will change its visual state to "Grouping".

    This property is controlled by the C1DataGrid to which the presenter belongs.

    See Also