Skip to main content
All docs
V25.1
  • DocumentProperties.Created Property

    Gets or sets the date and time when the document was first saved. Sets automatically to the local date and time when the presentation is created.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DateTime Created { get; set; }

    Property Value

    Type Description
    DateTime

    The creation date and time.

    See Also