Skip to main content
A newer version of this page is available. .

IFlyoutDefaultProperties.ActualAppearanceCaption Property

Gets the appearance settings currently applied to the Flyout caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
AppearanceObject ActualAppearanceCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings currently applied to the Flyout caption.

Remarks

To customize a Flyout caption (a UIActionPropertiesCore.Caption of a FlyoutAction assigned to this Flyout) use the IFlyoutDefaultProperties.AppearanceCaption property.

See Also