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

BadgeDefaultProperties.ActualImage Property

Gets the current image displayed by this badge.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Image ActualImage { get; }

Property Value

Type Description
Image

An Image, currently displayed by this badge.

Remarks

A badge receives an image according to the BadgeDefaultProperties.Image or, if not set, the global BadgeProperties.Image property.

See Also