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
|
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