Back to Devexpress

DxTabs.GetOrderedTabs() Method

blazor-devexpress-dot-blazor-dot-dxtabs-85df443e.md

latest1.3 KB
Original Source

DxTabs.GetOrderedTabs() Method

Returns a collection of tabs ordered by visible indexes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IReadOnlyList<ITabInfo> GetOrderedTabs()

Returns

TypeDescription
IReadOnlyList<ITabInfo>

A collection of tabs.

|

Remarks

Call the GetOrderedTabs method to get a list of visible and closed tabs ordered according to their visible indexes.

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.

See Also

DxTabs Class

DxTabs Members

DevExpress.Blazor Namespace