RibbonStatusBarControl.ActualIsSizeGripVisible Property
In This Article
Gets if the RibbonStatusBarControl‘s size grip element is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Ribbon |
#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