Skip to main content
All docs
V26.1
  • DxDocumentViewerTabPanelSettings.Position Property

    Gets or sets the tab panel’s position.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v26.1.JSBasedControls.Common.dll

    Declaration

    [Parameter]
    public TabPanelPosition Position { get; set; }

    Property Value

    Type Description
    TabPanelPosition

    A TabPanelPosition enumeration memeber that identifies the tab panel position.

    See Also