Skip to main content

CustomSelectableCellStyleEventArgs.IsTrailing Property

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

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
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