| Visual Basic (Declaration) | |
|---|---|
Public Property GroupValueTemplateSelector As DataTemplateSelector | |
| C# | |
|---|---|
public DataTemplateSelector GroupValueTemplateSelector {get; set;} | |
Return Value
A reference to a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic. By default, a null reference (Nothing in Visual Basic).To provide a custom DataTemplateSelector, a class that derives from the DataTemplateSelector class and overrides the SelectTemplate method to return the appropriate DataTemplate, must be created.
Supported Frameworks: Microsoft .NET Framework version 3.5