Skip to main content
A newer version of this page is available. .

ContentItem.ContentTemplateSelector Property

Gets or sets an object that chooses the item’s ContentItem.ContentTemplate based on custom logic.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public DataTemplateSelector ContentTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

See Also