Skip to main content
All docs
V25.2
  • ASPxOfficeUriValidationContext.DocumentInfo Property

    Returns an office document by its identifier.

    Namespace: DevExpress.Web.Office

    Assembly: DevExpress.Web.v25.2.dll

    NuGet Package: DevExpress.Web

    Declaration

    public IDocumentInfo DocumentInfo { get; }

    Property Value

    Type Description
    IDocumentInfo

    An object that contains information about the processed document.

    Remarks

    Refer to the following class descriptions for additional information and examples:

    See Also