RibbonControl.IsAeroMode Property
In This Article
Gets whether this RibbonControl is currently in Aero mode.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if this Ribbon |
#Remarks
If a RibbonControl is hosted within a DXRibbonWindow, use the DXWindow.IsAeroMode property to turn on/off the Aero Glass effect.
See Also