Skip to main content

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

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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