Skip to main content

BadgeProperties.Text Property

Gets or sets the default text, displayed by all Badges within this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Appearance")]
public string Text { get; set; }

Property Value

Type Description
String

A String value that is the default text, displayed by all Badges within this AdornerUIManager.

Remarks

The Text property can be overridden for individual badges by setting their BadgeDefaultProperties.Text properties to a different value.

See Also