Skip to main content

RibbonControl.IsAeroMode Property

Gets whether this RibbonControl is currently in Aero mode.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

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