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.2.dll
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