IFlyoutDefaultProperties.ActualAppearance Property
Gets the common appearance settings used to paint the current Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject that stores common appearance settings used to paint the current Flyout. |
Remarks
Use the IFlyoutProperties.Appearance and IFlyoutDefaultProperties.Appearance properties to customize the Flyout appearance.
See Also