Skip to main content

DxDocumentViewerTabPanelSettings.Position Property

Gets or sets the tab panel’s position.

Namespace: DevExpress.Blazor.Reporting

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

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

Declaration

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

Property Value

Type Description
TabPanelPosition

A TabPanelPosition enumeration memeber that identifies the tab panel position.

See Also