DayView.VerticalAppointmentStyleSelector Property
Gets or sets an object that chooses the vertical appointment style based on custom logic.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public StyleSelector VerticalAppointmentStyleSelector { get; set; }
Public Property VerticalAppointmentStyleSelector As StyleSelector
Property Value
| Type | Description |
|---|---|
| StyleSelector | A DevExpress.Xpf.Scheduler.WPFCompatibility.StyleSelector descendant that applies a style based on custom logic. |
Remarks
To implement custom logic for choosing the style, implement a DevExpress.Xpf.Scheduler.WPFCompatibility.StyleSelector descendant and override its SelectStyle method. This method returns a style for the vertical appointment content.
See Also