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

RibbonHitInfo.StatusBar Property

Gets the RibbonStatusBar control located at the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonStatusBar StatusBar { get; set; }

Property Value

Type Description
RibbonStatusBar

A RibbonStatusBar control located at the test point; null (Nothing in Visual Basic) if the test point doesn’t belong to a Ribbon Status Bar.

See Also