Skip to main content

NavBarControl.MinimumSize Property

Gets or sets the minimal NavBarControl size.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public override Size MinimumSize { get; set; }

Property Value

Type Description
Size

A Size structure that is the minimal NavBarControl size.

See Also