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

ASPxWebDocumentViewer.SettingsTabPanel Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

public WebDocumentViewerTabPanelSettings SettingsTabPanel { get; }

Property Value

Type Description
WebDocumentViewerTabPanelSettings

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 SettingsTabPanel property allows you to define the tab panel’s position and default width in the Web Document Viewer.

<dx:ASPxWebDocumentViewer ID="ASPxWebDocumentViewer1" runat="server">
    <SettingsTabPanel Position="Left" Width="400" />
</dx:ASPxWebDocumentViewer>
See Also