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

SchedulerViewBase.TimeRegionContentTemplateSelector Property

Specifies the object that chooses a time region template based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public DataTemplateSelector TimeRegionContentTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

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

Remarks

A template that defines the presentation of time regions is specified by the TimeRegionContentTemplate property.

See Also