Back to Devexpress

MonthView.HighlightEvenMonths Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-532d7953.md

latest1.4 KB
Original Source

MonthView.HighlightEvenMonths Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool HighlightEvenMonths { get; set; }
vb
Public Property HighlightEvenMonths As Boolean

Property Value

TypeDescription
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

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace