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
Visual Basic (Usage)Copy Code
Dim instance As Column
Dim value As DataTemplate
 
instance.GroupValueTemplate = value
 
value = instance.GroupValueTemplate
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.0

See Also