Back to Devexpress

IFlyoutProperties.AppearanceButtons Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties-c3ec8523.md

latest2.2 KB
Original Source

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.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 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

AppearanceButtons

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace