Back to Devexpress

BarItemLink.AllowHtmlText Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink.md

latest1.7 KB
Original Source

BarItemLink.AllowHtmlText Property

Gets whether HTML text formatting is enabled for the corresponding BarItem object.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual DefaultBoolean AllowHtmlText { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property AllowHtmlText As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

The value of the bar item’s BarItem.AllowHtmlText property.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

This property returns the value of the bar item’s BarItem.AllowHtmlText property.

See Also

AllowHtmlText

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace