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

IFlyoutProperties.AppearanceCaption Property

Provides access to common appearance settings used to paint all Flyout captions within the current View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

AppearanceObject AppearanceCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores common appearance settings used to paint all Flyout captions within the current View.

Remarks

The AppearanceCaption property allows you to customize UIActionPropertiesCore.Captions of all FlyoutActions assigned to Flyouts. To override these appearance settings for individual Flyouts, use the IFlyoutDefaultProperties.AppearanceCaption property instead.

See Also