Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewBase Class / Groups Property


In This Topic
    Groups Property
    In This Topic
    Gets the runtime groups that are created based on the GroupDescriptions.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
    'Usage
     
    Dim instance As DataGridCollectionViewBase
    Dim value As ReadOnlyObservableCollection(Of Object)
     
    value = instance.Groups
    public override ReadOnlyObservableCollection<object> Groups {get;}

    Property Value

    A ReadOnlyObservableCollection of objects—in reality CollectionViewGroup objects—representing the runtime groups that are created based on the GroupDescriptions. Can be a null reference (Nothing in Visual Basic) if the items in view are not grouped.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also