Skip to main content
All docs
V25.1
  • CustomDrawDayNumberCellEventArgs.DateOnly Property

    Gets the painted cell’s DateOnly value.

    Namespace: DevExpress.XtraEditors.Calendar

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public DateOnly DateOnly { get; }

    Property Value

    Type Description
    DateOnly

    The painted cell’s DateOnly value.

    See Also