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


In This Topic
    NoGroupContent Property (HierarchicalGroupByControlNode)
    In This Topic
    Gets or sets the content that is displayed in the hierarchical group-by control node when it does not contain hierarchical group-by items.
    Syntax
    'Declaration
     
    Public Property NoGroupContent As Object
    'Usage
     
    Dim instance As HierarchicalGroupByControlNode
    Dim value As Object
     
    instance.NoGroupContent = value
     
    value = instance.NoGroupContent
    public object NoGroupContent {get; set;}

    Property Value

    An object representing the content that is displayed in the HierarchicalGroupByControlNode when it does not contain HierarchicalGroupByItems. By default, "Drag a column header here to group by that column."
    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