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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A |
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