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

BadgeDefaultProperties.ActualText Property

Returns the text currently displayed in this badge.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public string ActualText { get; }

Property Value

Type Description
String

A String value that is the currently displayed badge text.

See Also