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

ASPxWebDocumentViewer.SettingsTabPanel Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

#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.

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