Skip to main content
All docs
V26.1
  • ASPxOfficeUriValidationContext.DocumentInfo Property

    Returns an office document by its identifier.

    Namespace: DevExpress.Web.Office

    Assembly: DevExpress.Web.v26.1.dll

    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