Skip to main content
Bar

TabFormPage.ImageIndex Property

Gets or sets the index of the image in the TabFormPage.Images collection displayed in the TabFormPage header.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An index of the image in the TabFormPage.Images collection displayed in the TabFormPage header.

Remarks

The Images property provides access to the collection of icons that can be displayed in the TabFormPage header. This collection is also accessible using the TabFormControlBase.Images property. The ImageIndex property specifies the zero-based index of the required image in the collection.

See Also