Skip to main content
A newer version of this page is available. .

DXMenuItem.HasImage Property

Returns whether or not this DXMenuItem has an image assigned.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public bool HasImage { get; }

Property Value

Type Description
Boolean

true if this DXMenuItem has an image assigned; otherwise, false.

See Also