Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WebDocumentViewerTabPanelSettings Class

Provides settings for the Web Document Viewer‘s tab panel.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

#Declaration

public class WebDocumentViewerTabPanelSettings :
    PropertiesBase,
    IPropertiesOwner

The following members return WebDocumentViewerTabPanelSettings objects:

Library Related API Members
.NET Reporting Tools ASPxWebDocumentViewer.SettingsTabPanel
ASP.NET MVC Extensions WebDocumentViewerSettings.SettingsTabPanel

#Remarks

The Web Document Viewer’s tab panel contains tabs with the Document Map, Parameters, Export Options and Search Panel.

The WebDocumentViewerTabPanelSettings class provides properties that specify the tab panel’s position and default width.

The following properties return the WebDocumentViewerTabPanelSettings object:

#Inheritance

Object
StateManager
PropertiesBase
WebDocumentViewerTabPanelSettings
See Also