SchedulerViewBase.HorizontalAppointmentContentTemplateSelector Property
In This Article
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
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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