ComponentOne DataGrid for WPF and Silverlight
IsEmpty Property (DataGridGroupingPresenter)

C1.Silverlight.DataGrid Namespace > DataGridGroupingPresenter Class : IsEmpty Property
Gets or sets a value indicating whether the grouping panel is empty or not.
Syntax
'Declaration
 
Public Property IsEmpty As System.Boolean
public System.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

Reference

DataGridGroupingPresenter Class
DataGridGroupingPresenter Members