Xceed DataGrid for Silverlight Documentation
NoGroupTitleTemplate Property


Gets or sets the data template that is used to display the NoGroupTitle.
Syntax
'Declaration
 
Public Property NoGroupTitleTemplate As DataTemplate
'Usage
 
Dim instance As GroupByControl
Dim value As DataTemplate
 
instance.NoGroupTitleTemplate = value
 
value = instance.NoGroupTitleTemplate
public DataTemplate NoGroupTitleTemplate {get; set;}

Property Value

The DataTemplate that is used to display the NoGroupTitle.
Requirements

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

See Also

Reference

GroupByControl Class
GroupByControl Members

Send Feedback