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

NavBarHitInfo.ExpandButtonBounds Property

Gets the bounds of the NavBarControl’s expand button (applied when the NavigationPane paint style is applied).

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public Rectangle ExpandButtonBounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle value that represents the bounds of the NavBarControl’s expand button.

See Also