Skip to main content

IFlyoutDefaultProperties.ActualAppearance Property

Gets the common appearance settings used to paint the current Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
AppearanceObject ActualAppearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores common appearance settings used to paint the current Flyout.

Remarks

Use the IFlyoutProperties.Appearance and IFlyoutDefaultProperties.Appearance properties to customize the Flyout appearance.

See Also