DayView.VerticalAppointmentContentTemplateSelector Property
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
public DataTemplateSelector VerticalAppointmentContentTemplateSelector { get; set; }
Public Property VerticalAppointmentContentTemplateSelector As DataTemplateSelector
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 vertical appointment content.
See Also