RibbonControl.IsAeroMode Property
Gets whether this RibbonControl is currently in Aero mode.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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