windowsforms-devexpress-dot-xtrabars-dot-tabformpage-bf05c401.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property Image As Image
| Type | Default | Description |
|---|---|---|
| Image | *null* |
An Image object that specifies the icon displayed in the current TabFormPage header.
|
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