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

DxDocumentViewerTabPanelSettings Class

A nested component that allows you to customize the Document Viewer’s tab panel.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

#Declaration

public class DxDocumentViewerTabPanelSettings :
    SettingsComponent<TabPanelSettingsModel>

#Remarks

The Web Document Viewer’s tab panel is a tabbed side panel that slides from the left or right side. A panel contains tabs, such as the Document Map, Parameters, Export Options and Search Panel tab.

The DxDocumentViewerTabPanelSettings object defines the tab panel’s position and width. The following code specifies a panel 400px wide that slides from the left side of the Web Document Viewer.

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

#Inheritance

Object
ComponentBase
DevExpress.Blazor.Reporting.Base.SettingsComponent<DevExpress.Blazor.Reporting.TabPanelSettingsModel>
DxDocumentViewerTabPanelSettings
See Also