BarItemLink.AllowHtmlText Property
Gets whether HTML text formatting is enabled for the corresponding BarItem object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | The value of the bar item’s BarItem.AllowHtmlText property. |
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