Back to Devexpress

XtraForm.BackgroundImageStore Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-1af55d43.md

latest1.3 KB
Original Source

XtraForm.BackgroundImageStore Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Image

An Image object.

|

See Also

BackgroundImage

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace