Skip to main content
A newer version of this page is available. .

DxDocumentViewerTabPanelSettings.Position Property

Gets or sets the tab panel’s position.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

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

Property Value

Type Description
TabPanelPosition

A TabPanelPosition enumeration memeber that identifies the tab panel position.

See Also