aspnetmvc-devexpress-dot-web-dot-mvc-a7d12723.md
An ASP.NET MVC equivalent of the ASPxWebDocumentViewer control.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxWebDocumentViewer :
ASPxWebDocumentViewer
Public Class MVCxWebDocumentViewer
Inherits ASPxWebDocumentViewer
The MVCxWebDocumentViewer class renders the WebDocumentViewerExtension in ASP.NET MVC applications.
To properly follow the ASP.NET MVC pattern when implementing a Document Viewer, use the WebDocumentViewerExtension and WebDocumentViewerSettings classes.
The MVCxClientWebDocumentViewer class is the client-side counterpart of the MVCxWebDocumentViewer control.
Show 23 items
DevExpress.Web.Internal.IWebControl
DevExpress.Web.Internal.IComponentHost
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.IClientObjectOwner
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Internal.IPostBackDataHandlerEx
DevExpress.Web.Internal.IPostDataCollection
DevExpress.Web.Internal.IHandleCallbackError
DevExpress.Web.Design.IControlDesigner
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebClientUIControl ASPxWebDocumentViewer MVCxWebDocumentViewer
See Also