ASPxWebDocumentViewer.SettingsTabPanel Property
Provides access to the Web Document Viewer‘s tab panel settings.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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