SchedulerViewBase.SelectionTemplate Property
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
public ControlTemplate SelectionTemplate { get; set; }
Public Property SelectionTemplate As ControlTemplate
Property Value
| Type | Description |
|---|---|
| ControlTemplate | A ControlTemplate object that specifies the template to display selected time cells. |
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