Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXCalendar.ShowTrailingDays Property

Gets or sets whether days related to the previous and next months are displayed. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

#Declaration

C#
public bool ShowTrailingDays { get; set; }

#Property Value

Type Default Description
Boolean false

true if days related to the previous and next months are displayed; otherwise, false.

#Remarks

The default date picker can display days related to the previous and next months.

DevExpress Date Editor for .NET MAUI - Trailing and Leading Days

  1. Trailing and Leading Days

Use the current property to show/hide these days.

See Also