Skip to main content
All docs
V25.1
  • Attachment.ModificationDate Property

    Gets or sets the date and time of the attachment file’s last modification.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DateTime? ModificationDate { get; set; }

    Property Value

    Type Description
    Nullable<DateTime>

    The date and time of the attachment file’s last modification.

    See Also