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

RibbonControl.IsAeroMode Property

Gets whether this RibbonControl is currently in Aero mode.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public bool IsAeroMode { get; protected set; }

Property Value

Type Description
Boolean

true, if this RibbonControl is currently in Aero mode; otherwise, false.

Remarks

If a RibbonControl is hosted within a DXRibbonWindow, use the DXWindow.IsAeroMode property to turn on/off the Aero Glass effect.

See Also