Back to Devexpress

DateColumn.PickerShowTrailingDays Property

maui-devexpress-dot-maui-dot-datagrid-dot-datecolumn-165836fa.md

latest1.2 KB
Original Source

DateColumn.PickerShowTrailingDays Property

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool PickerShowTrailingDays { get; set; }

Property Value

TypeDescription
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.

  1. Trailing and Leading Days

Use the current property to show/hide these days.

See Also

DateColumn Class

DateColumn Members

DevExpress.Maui.DataGrid Namespace