Overlay.ContentTemplateSelector Property

DevZest WPF Docking

OverlayContentTemplateSelector Property
Gets or sets the DataTemplateSelector, which allows the application writer to provide custom logic for choosing the template that is used to display the content of the overlay.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DataTemplateSelector ContentTemplateSelector { get; set; }
Public Property ContentTemplateSelector As DataTemplateSelector
	Get
	Set

Property Value

Type: DataTemplateSelector
A DataTemplateSelector object that supplies logic to return a DataTemplate to apply. The default is .
See Also