Back to Devexpress

IFlyoutDefaultProperties.AppearanceButtons Property

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

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
AppearanceObject AppearanceButtons { get; }
vb
ReadOnly Property AppearanceButtons As AppearanceObject

Property Value

TypeDescription
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

AppearanceButtons

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace