IFlyoutProperties.AppearanceCaption Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
AppearanceObject AppearanceCaption { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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