DXCalendar.ShowTrailingDays Property
In This Article
Gets or sets whether days related to the previous and next months are displayed.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool ShowTrailingDays { 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 PickerShowTrailingDays property to show/hide these days.
See Also