Back to Devexpress

DXCalendar.ShowTrailingDays Property

maui-devexpress-dot-maui-dot-editors-dot-dxcalendar-606ac759.md

latest1.2 KB
Original Source

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

csharp
public bool ShowTrailingDays { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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.

  1. Trailing and Leading Days

Use the current property to show/hide these days.

See Also

DXCalendar Class

DXCalendar Members

DevExpress.Maui.Editors Namespace