ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanGroup Property

In This Topic
    CanGroup Property (BaseCollectionView)
    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 Overridable ReadOnly Property CanGroup As Boolean
    public virtual bool CanGroup {get;}

    Property Value

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