Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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