| Visual Basic (Declaration) | |
|---|---|
Public Property CellContentTemplateSelector As DataTemplateSelector | |
| C# | |
|---|---|
public DataTemplateSelector CellContentTemplateSelector {get; set;} | |
Return Value
A reference to a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic.To provide a custom DataTemplateSelector, a class that derives from the DataTemplateSelector and override the SelectTemplate method that will return the appropriate DataTemplates.
Supported Frameworks: Microsoft .NET Framework version 3.5