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

    Gets or sets the name of the user who last modified and saved the presentation. This property is updated automatically.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public string LastModifiedBy { get; set; }

    Property Value

    Type Description
    String

    The name of the user who last modified and saved the presentation.

    See Also