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

NavBarControl.MinimumSize Property

Gets or sets the minimal NavBarControl size.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public override Size MinimumSize { get; set; }

Property Value

Type Description
Size

A Size structure that is the minimal NavBarControl size.

See Also