Xceed DataGrid for Silverlight Documentation
NoGroupTitle 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 NoGroupTitle As Object
'Usage
 
Dim instance As GroupByControl
Dim value As Object
 
instance.NoGroupTitle = value
 
value = instance.NoGroupTitle
public object NoGroupTitle {get; set;}

Property Value

An object representing the content that is displayed in the group-by control when it does not contain group-by items. By default, "Drag a column header here to group by that column."
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

GroupByControl Class
GroupByControl Members

Send Feedback