Skip to main content
All docs
V25.2
  • DocumentFormat.ToString() Method

    Returns a string that represents the DocumentFormat object.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public override readonly string ToString()

    Returns

    Type Description
    String

    The string representation of the DocumentFormat object.

    See Also