Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IFlyoutDefaultProperties.Appearance Property

Provides access to base Flyout appearance settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

AppearanceObject Appearance { get; }

#Property Value

Type Description
AppearanceObject

An AppearanceObject that stores base Flyout appearance settings.

#Remarks

If your Flyout contains a Document (see the Flyout.Document property), it automatically picks the background color to match the Document’s background color. If you specify the backcolor manually, this feature will not work and the Flyout will use this custom color (see the figure below).

Flyouts - Different Backcolors

Appearance settings common to all Flyouts within a View are specified via the IFlyoutProperties.Appearance property.

See Also