Skip to main content

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.v23.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