Property ContentTemplateSelector
| Improve this Doc View SourceContentTemplateSelector
Gets or sets the System.Windows.Controls.DataTemplateSelector, which allows the application writer to provide custom logic for choosing the template that is used to display the content of the overlay.
Declaration
public DataTemplateSelector ContentTemplateSelector { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.DataTemplateSelector | A System.Windows.Controls.DataTemplateSelector object that supplies logic to return a System.Windows.DataTemplate to apply. The default is null. |