Back to Devexpress

IFlyoutDefaultProperties.CanHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-f97c9dea.md

latest2.8 KB
Original Source

IFlyoutDefaultProperties.CanHtmlDraw Property

Gets whether the current Flyout can format its caption and description via HTML tags.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanHtmlDraw { get; }
vb
<Browsable(False)>
ReadOnly Property CanHtmlDraw As Boolean

Property Value

TypeDescription
Boolean

true if the current Flyout can format its caption and description via HTML tags; otherwise, false.

|

Remarks

Use the IFlyoutDefaultProperties.AllowHtmlDraw property to specify whether you can use HTML tags to format the UIActionPropertiesCore.Caption and UIActionPropertiesCore.Description of a FlyoutAction assigned to the current Flyout. The IFlyoutDefaultProperties.AllowHtmlDraw property overrides the global View setting specified via the IFlyoutProperties.AllowHtmlDraw property.

See Also

IFlyoutDefaultProperties.AllowHtmlDraw

IFlyoutProperties.AllowHtmlDraw

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace