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

BadgeDefaultProperties.CanHtmDrawText Property

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

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

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