Back to Devexpress

DxTabBase.VisibleIndex Property

blazor-devexpress-dot-blazor-dot-base-dot-dxtabbase-cf6aa3bb.md

latest1.4 KB
Original Source

DxTabBase.VisibleIndex Property

Specifies the tab’s position among other tabs.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(-1)]
[Parameter]
public int VisibleIndex { get; set; }

Property Value

TypeDefaultDescription
Int32-1

The tab’s visible index.

|

Remarks

The DxTabs component organizes tabs based on their VisibleIndex in the following sequence:

  1. Tabs with non-negative visible indexes: The component positions tabs with smaller indexes to the left.
  2. Tabs with negative visible indexes (-1). The display order of these tabs follow the order specified in the component markup.

Note

The Visible property does not affect the VisibleIndex property value.

Implements

VisibleIndex

See Also

DxTabBase Class

DxTabBase Members

DevExpress.Blazor.Base Namespace