Back to Devexpress

RibbonStatusBarControl.ActualIsSizeGripVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonstatusbarcontrol-6a36eb07.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool ActualIsSizeGripVisible { get; protected set; }
vb
Public Property ActualIsSizeGripVisible As Boolean

Property Value

TypeDescription
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

IsSizeGripVisible

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace