BarItemLink.AllowHtmlText Property
In This Article
Gets whether HTML text formatting is enabled for the corresponding BarItem object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual DefaultBoolean AllowHtmlText { get; }
#Property Value
Type | Description |
---|---|
Default |
The value of the bar item’s Bar |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
This property returns the value of the bar item’s BarItem.AllowHtmlText property.
See Also