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


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

    Property Value

    A DataGridDetailDescriptionCollection that contains DataGridDetailDescription objects that provide information on the details that will be contained in the 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