RibbonStatusBarControl.ActualIsSizeGripVisible Property
Gets if the RibbonStatusBarControl‘s size grip element is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the RibbonStatusBarControl‘s size grip element is visible; otherwise, false. |
Remarks
The ActualIsSizeGripVisible property returns whether the RibbonStatusBarControl‘s size grip element is visible. A size grip’s visibility can be toggled via the RibbonStatusBarControl.IsSizeGripVisible property.
See Also