Skip to main content
Bar

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

TabFormPage.Image Property

Gets or sets the icon displayed in the current TabFormPage header. This property is obsolete. Use the ImageOptions property instead.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
Image *null*

An Image object that specifies the icon displayed in the current TabFormPage header.

#Remarks

You can specify the text and icon to be displayed in the header of the current TabFormPage using the TabFormPage.Text and Image properties.

You can display an image within the tab page header using a uniform resource identifier TabFormPage.ImageOptions.ImageUri or a collection of images and the zero-based index of the required image in the TabFormPage.Images collection and TabFormPage.ImageOptions.ImageIndex.

See Also