Back to Devexpress

BarEditItemLink.MinWidth Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-0ea7aaed.md

latest1.9 KB
Original Source

BarEditItemLink.MinWidth Property

Gets the minimum width of the current item link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override int MinWidth { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property MinWidth As Integer

Property Value

TypeDescription
Int32

The current item link’s minimum width, in pixels.

|

Remarks

The BarEditItemLink.MinWidth and MaxWidth properties return the width limits for this link. To set the limits, use the BarEditItem.MinWidth and MaxWidth properties.

See Also

BarEditItemLink.MaxWidth

BarEditItemLink.Width

BarItemLink.Width

BarItemLink.MinWidth

BarEditItem.MinWidth

BarEditItem.MinWidth

BarItem.Size

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace