Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabControl.FirstVisiblePageIndex Property

Gets or sets the index of the tab page whose header is the first visible header onscreen.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public int FirstVisiblePageIndex { get; set; }

#Property Value

Type Description
Int32

A zero-based integer which specifies the index of the tab page whose header is the first visible header onscreen.

#Remarks

Use this property to make the desired page header the left most visible header within the page header panel.

If the tab control’s XtraTabControl.MultiLine property is set to the DefaultBoolean.True value, more than one row of tabs can be displayed. In this case all the page headers are visible onscreen and the FirstVisiblePageIndex property always returns 0, setting this property has no effect.

See Also