Skip to main content

DataFormDateEditorAttribute.PickerShowTrailingDates Property

Gets or sets whether days related to the previous and next months are displayed in the default picker.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool PickerShowTrailingDates { get; set; }

Property Value

Type Description
Boolean

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