DayView.DateHeaderStyle Property
In This Article
Gets or sets a style of day headers displayed in the Day View and Work-Week View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Style | A Style object that specifies a style to be applied to day headers. |
#Remarks
The DateHeaderStyle property specifies the style that groups together properties, resources, and event handlers and shares them between instances of the VisualDateHeader type.
Target Type: VisualDateHeader
To learn more, see Styles and Templates.
#Examples
This example demonstrates how to use the DayView.DateHeaderStyle property to apply a custom style to day headers displayed in the Day View and Work-Week View.
See Also