Skip to main content
All docs
V23.2

SvgImageItem.HasBackground Property

Gets whether the item has a background.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public bool HasBackground { get; }

Property Value

Type Description
Boolean

true if the item has a background; otherwise, false.

See Also