SchedulerViewBase.HorizontalAppointmentStyleSelector Property
In This Article
Gets or sets an object that chooses the horizontal appointment style based on custom logic.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Style |
A DevExpress. |
#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 horizontal appointment content.
See Also