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
public bool PickerShowTrailingDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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