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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.