Xceed DataGrid for Silverlight Documentation
TitleTemplate Property (GroupByControl)


Gets or sets the data template that is used to display the group-by control's Title.
Syntax
'Declaration
 
Public Property TitleTemplate As DataTemplate
'Usage
 
Dim instance As GroupByControl
Dim value As DataTemplate
 
instance.TitleTemplate = value
 
value = instance.TitleTemplate
public DataTemplate TitleTemplate {get; set;}

Property Value

The DataTemplate that is used to display the group-by control's Title.
Requirements

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

See Also

Reference

GroupByControl Class
GroupByControl Members

Send Feedback