Skip to main content
A newer version of this page is available. .

IFlyoutProperties.AppearanceButtons Property

Provides access to the appearance settings used to paint buttons for all Flyouts within the View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

AppearanceObject AppearanceButtons { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings used to paint buttons for all Flyouts within the View.

Remarks

Use the AppearanceButtons property to customize both FlyoutAction (the FlyoutAction.Commands property) and Flyout (the Flyout.FlyoutButtons property) button sets. To override these appearance settings for individual Flyouts, use the IFlyoutDefaultProperties.AppearanceButtons property instead.

See Also