Skip to main content

SchedulerViewBase.HorizontalAppointmentContentTemplateSelector Property

Gets or sets an object that chooses the horizontal appointment content template, based on custom logic.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public DataTemplateSelector HorizontalAppointmentContentTemplateSelector { get; set; }

#Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that applies a template, based on custom logic.

#Remarks

To implement custom logic for choosing the template, implement a DataTemplateSelector descendant and override its SelectTemplate method. This method returns a data template for the horizontal appointment content.

See Also