IFlyoutDefaultProperties.ActualAppearanceButtons Property
In This Article
Gets the appearance settings currently applied to Flyout buttons.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
AppearanceObject ActualAppearanceButtons { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To customize Flyout buttons, use the IFlyoutProperties.AppearanceButtons and IFlyoutDefaultProperties.AppearanceButtons properties.
See Also