Back to Devexpress

IFlyoutProperties.AllowHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties.md

latest2.7 KB
Original Source

IFlyoutProperties.AllowHtmlDraw Property

Gets or sets whether captions and descriptions for all Flyouts within the WindowsUIView can be formatted via HTML Text Formatting.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool AllowHtmlDraw { get; set; }
vb
Property AllowHtmlDraw As Boolean

Property Value

TypeDescription
Boolean

true if captions and descriptions for all Flyouts within the WindowsUIView can be formatted via HTML tags; otherwise, false.

|

Remarks

You can use HTML tags to format UIActionPropertiesCore.Caption and UIActionPropertiesCore.Description for a FlyoutAction assigned to your Flyout. The IFlyoutDefaultProperties.AllowHtmlDraw property overrides global AllowHtmlDraw property setting for individual Flyouts.

See Also

Caption

Description

HTML-inspired Text Formatting

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace