BadgeDefaultProperties.CanHtmDrawText Property
Returns whether or not this badge can recognize HTML tags in its caption string.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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