TabFormPage.Image Property
Gets or sets the icon displayed in the current TabFormPage header.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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.
Also, you can specify an icon for the current TabFormPage using a uniform resource identifier (see TabFormPage.ImageUri) or a collection of images and the zero-based index of the required image in the collection (see TabFormPage.Images and TabFormPage.ImageIndex).
See Also