Skip to main content
A newer version of this page is available.
All docs
V18.2

WebDocumentViewerModel.TabPanelSettings Property

Provides access to the Web Document Viewer‘s tab panel settings.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public TabPanelSettings TabPanelSettings { get; set; }

Property Value

Type Description
TabPanelSettings

An object that specifies tab panel settings.

Remarks

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

The TabPanelSettings property allows you to define the tab panel’s position and default width in the Web Document Viewer.

See Also