Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewSourceBase Class / DetailDescriptions Property


In This Topic
    DetailDescriptions Property (DataGridCollectionViewSourceBase)
    In This Topic
    Gets a collection of DataGridDetailDescription objects that provide information on the details that will be contained in a grid, including sorting, grouping, and child detail descriptions.
    Syntax
    'Declaration
     
    Public ReadOnly Property DetailDescriptions As ObservableCollection(Of DataGridDetailDescription)
    'Usage
     
    Dim instance As DataGridCollectionViewSourceBase
    Dim value As ObservableCollection(Of DataGridDetailDescription)
     
    value = instance.DetailDescriptions
    public ObservableCollection<DataGridDetailDescription> DetailDescriptions {get;}

    Property Value

    A DataGridDetailDescriptionCollection that contains DataGridDetailDescription objects that provide information on the details that will be contained in a grid, including sorting, grouping, and child detail descriptions.
    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