Back to Devexpress

XtraTabPage.BackgroundImage Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-cc9f92d9.md

latest1.4 KB
Original Source

XtraTabPage.BackgroundImage Property

Specifies the background image for the control. This property is not supported by the XtraTabPage class. Use the BackgroundImage property of the PageAppearance.PageClient object instead.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Image

A Image value.

|

See Also

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace