Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool ActualIsSizeGripVisible { get; protected set; }

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