Skip to main content
All docs
V22.1

DateColumn.PickerShowTrailingDays Property

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool PickerShowTrailingDays { 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 Xamarin.Forms - Trailing and Leading Days

  1. Trailing and Leading Days

Use the PickerShowTrailingDays property to show/hide these days.

See Also