Back to Devexpress

IFlyoutProperties.AppearanceCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties-1ab5a5d2.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
AppearanceObject AppearanceCaption { get; }
vb
ReadOnly Property AppearanceCaption As AppearanceObject

Property Value

TypeDescription
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

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace