Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
bool CanHtmlDraw { get; }

Property Value

Type Description
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