Skip to main content
All docs
V22.1
  • 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

    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