Skip to main content
A newer version of this page is available. .

MVCxDocumentViewer Class

An ASP.NET MVC equivalent of the ASPxDocumentViewer control.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxDocumentViewer :
    ASPxDocumentViewer

Remarks

The MVCxDocumentViewer class renders the DocumentViewerExtension in ASP.NET MVC applications.

In most scenarios, it is not required to use the MVCxDocumentViewer class in the production code.

To properly follow the ASP.NET MVC pattern when implementing a Document Viewer, use the DocumentViewerExtension and DocumentViewerSettings classes.

The MVCxClientDocumentViewer class is the client-side counterpart of the MVCxDocumentViewer control.

Implements

Show 24 items
DevExpress.Web.Internal.IWebControl
DevExpress.Web.Internal.IComponentHost
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.IClientObjectOwner
DevExpress.Web.Internal.IPostBackDataHandlerEx
DevExpress.Web.Internal.IPostDataCollection
DevExpress.Web.Internal.IHandleCallbackError
DevExpress.Web.Internal.IParentSkinOwner
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Design.IControlDesigner
See Also