GroupValueTemplate Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : GroupValueTemplate Property

Gets or sets the template that will be used by a group to display its value when the group is created according the values of the column.

Syntax

Visual Basic (Declaration) 
Public Property GroupValueTemplate As DataTemplate
C# 
public DataTemplate GroupValueTemplate {get; set;}

Return Value

A reference to the DataTemplate that will be used by a group to display its value when the group is created according the values of the column.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also