Skip to main content
Bar

BarLargeButtonItem.MinSize Property

Gets or sets the minimum width and height of the links that refer to the current item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Size MinSize { get; set; }

Property Value

Type Description
Size

A Size structure that identifies the minimum width and height of the corresponding links.

Remarks

The default width and height of a link is determined by the size of its caption and image. The MinSize property specifies the link’s minimum width and height, so the actual size of the link cannot be less than the MinSize.

See Also