Back to Devexpress

IFlyoutDefaultProperties.AllowHtmlDraw Property

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

latest2.8 KB
Original Source

IFlyoutDefaultProperties.AllowHtmlDraw Property

Gets or sets whether the Flyout caption and description can be formatted via HTML tags.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DefaultBoolean AllowHtmlDraw { get; set; }
vb
Property AllowHtmlDraw As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true if the Flyout caption and description can be formatted via HTML tags; otherwise, false.

|

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

You can format UIActionPropertiesCore.Caption and UIActionPropertiesCore.Description for a FlyoutAction assigned to your Flyout via HTML tags. The IFlyoutProperties.AllowHtmlDraw property controls this feature’s availability for all Flyouts within the WindowsUIView.

See Also

Caption

Description

HTML-inspired Text Formatting

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace