SchedulerViewBase.SelectionTemplate Property
In This Article
Gets or sets the template that defines the presentation of selected time cells.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Control |
A Control |
#Remarks
The templates supplied by DXScheduler allow you to completely replace the look and feel of visual elements, while maintaining their existing behavior.
To learn more, see Styles and Templates.
See Also