Skip to main content

BadgeDefaultProperties.CanHtmDrawText Property

Returns whether or not this badge can recognize HTML tags in its caption string.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if this badge can recognize HTML tags in its caption string; otherwise, false.

Remarks

See the BadgeDefaultProperties.AllowHtmDrawText property to learn more.

See Also