Skip to main content
All docs
V25.1
  • MonthView.HighlightEvenMonths Property

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

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: 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