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
public bool ShowTrailingDays { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
The default date picker can display days related to the previous and next months.
- Trailing and Leading Days
Use the current property to show/hide these days.
See Also