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

    Gets the painted cell’s DateTime value.

    Namespace: DevExpress.XtraEditors.Calendar

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public DateTime DateTime { get; }

    Property Value

    Type Description
    DateTime

    The painted cell’s DateTime value.

    See Also