DxDocumentViewerTabPanelSettings.Position Property
In This Article
Gets or sets the tab panel’s position.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.2.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
#Declaration
[Parameter]
public TabPanelPosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
Available values:
Name | Description |
---|---|
Right | The tab panel is at the right side of the Document Viewer. |
Left | The tab panel is at the left side of the Document Viewer. |
See Also