Skip to main content

CustomSelectableCellAppearanceEventArgs.IsTrailing Property

Gets whether the processed day belongs to the previous or next month.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsTrailing { get; }

Property Value

Type Description
Boolean

true if the processed day belongs to the previous or next month; otherwise, false.

See Also