DayView.VerticalAppointmentContentTemplateSelector Property
In This Article
Gets or sets an object that chooses the vertical 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 vertical appointment content.
See Also