Back to Devexpress

IFlyoutDefaultProperties.ActualAppearanceCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-a8f0f927.md

latest2.1 KB
Original Source

IFlyoutDefaultProperties.ActualAppearanceCaption Property

Gets the appearance settings currently applied to the Flyout caption.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
AppearanceObject ActualAppearanceCaption { get; }
vb
<Browsable(False)>
ReadOnly Property ActualAppearanceCaption As AppearanceObject

Property Value

TypeDescription
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

AppearanceCaption

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace