MonthView.HighlightEvenMonths Property
Specifies whether to highlight even months. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to highlight even months; otherwise, false. |
Remarks
The HighlightEvenMonths property is not in effect if the ViewMode property is set to Standard.
The image below illustrates the HighlightEvenMonths property set to true.
See Also