Skip to main content

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.v14.2.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