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 Tab |
#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
.