Xceed Toolkit Plus for WPF v4.6 Documentation
NoGroupContent Property (GroupByControl)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupByControl Class : NoGroupContent Property
Gets or sets the content that is displayed in the group-by control when it does not contain group-by items.
Syntax
'Declaration
 
Public Property NoGroupContent As Object
'Usage
 
Dim instance As GroupByControl
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 GroupByControl when it does not contain GroupByItems. 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

GroupByControl Class
GroupByControl Members