Skip to main content
A newer version of this page is available. .

MonthView.HighlightEvenMonths Property

Specifies whether to highlight even months. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool HighlightEvenMonths { get; set; }

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