Back to Devexpress

OfficeNavigationBar.AllowHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-c5d44103.md

latest1.8 KB
Original Source

OfficeNavigationBar.AllowHtmlDraw Property

Gets or sets whether HTML tags can be used to format the text of the control’s items.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public bool AllowHtmlDraw { get; set; }
vb
<DXCategory("Appearance")>
Public Property AllowHtmlDraw As Boolean

Property Value

TypeDescription
Boolean

true if HTML tags can be used to format the text of the control’s items; otherwise, false.

|

Remarks

If the AllowHtmlDraw property is set to true , you can use HTML tags to format the text (NavigationBarItem.Text) of the control’s items. For detailed information, see HTML Text Formatting.

See Also

Items

Text

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace