Back to Devexpress

MVCxWebDocumentViewer Class

aspnetmvc-devexpress-dot-web-dot-mvc-a7d12723.md

latest4.0 KB
Original Source

MVCxWebDocumentViewer Class

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

Declaration

csharp
public class MVCxWebDocumentViewer :
    ASPxWebDocumentViewer
vb
Public Class MVCxWebDocumentViewer
    Inherits ASPxWebDocumentViewer

Remarks

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.

Implements

Show 23 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

DevExpress.Web.Internal.IWebControl

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

DevExpress.Web.Internal.IComponentHost

DevExpress.Web.Internal.IWebControlObject

DevExpress.Web.IClientObjectOwner

DevExpress.Web.Internal.ISkinOwner

IPropertiesOwner

DevExpress.Web.Internal.IPostBackDataHandlerEx

DevExpress.Web.Internal.IPostDataCollection

DevExpress.Web.Internal.IHandleCallbackError

DevExpress.Web.Design.IControlDesigner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebClientUIControl ASPxWebDocumentViewer MVCxWebDocumentViewer

See Also

MVCxWebDocumentViewer Members

ASPxWebDocumentViewer

WebDocumentViewerExtension

WebDocumentViewerSettings

MVCxClientWebDocumentViewer

DevExpress.Web.Mvc Namespace