DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanGroup Property

In This Topic
    CanGroup Property
    In This Topic
    Gets a value that indicates whether this view supports grouping via the System.ComponentModel.ICollectionView.GroupDescriptions property.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanGroup As Boolean
    public bool CanGroup {get;}
    See Also