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

IFlyoutDefaultProperties.AppearanceButtons Property

Provides access to appearance settings used to paint the current Flyout‘s buttons.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

AppearanceObject AppearanceButtons { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings used to paint the current Flyout‘s buttons.

Remarks

Use the AppearanceButtons property to customize both FlyoutAction (the FlyoutAction.Commands property) and Flyout (the Flyout.FlyoutButtons property) button sets. This property overrides common appearance settings provided via the IFlyoutProperties.AppearanceButtons property.

See Also