ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / CanGroup Property

In This Topic
    CanGroup Property (RiaCollectionView)
    In This Topic
    Gets a value that indicates whether this view supports grouping by way of the System.ComponentModel.ICollectionView.GroupDescriptions property.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CanGroup As Boolean
    public override bool CanGroup {get;}

    Property Value

    true if this view supports grouping; otherwise, false.
    See Also