Back to Devexpress

TabFormPage.Image Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-bf05c401.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property Image As Image

Property Value

TypeDefaultDescription
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

ImageOptions

Text

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace