Skip to main content
All docs
V25.1
  • DxDocumentViewerTabPanelSettings Class

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

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.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.

    <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