Xceed DataGrid for WPF v7.2 Documentation
NoGroupContent Property (HierarchicalGroupByControlNode)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > HierarchicalGroupByControlNode Class : NoGroupContent Property
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

Reference

HierarchicalGroupByControlNode Class
HierarchicalGroupByControlNode Members