Skip to main content

DateEditActualAppearance.PickerShowTrailingDays Property

Gets the picker’s PickerShowTrailingDays property value that is applied to the DateEdit. To specify this value, use the PickerShowTrailingDays property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool PickerShowTrailingDays { get; }

Property Value

Type Description
Boolean

true if days related to the previous and next months are displayed; otherwise, false.

See Also