Back to Devexpress

BarEditItemLink.MaxWidth Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-d210bbcb.md

latest1.9 KB
Original Source

BarEditItemLink.MaxWidth Property

Gets the maximum 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 int MaxWidth { get; }
vb
<Browsable(False)>
Public ReadOnly Property MaxWidth As Integer

Property Value

TypeDescription
Int32

The current item link’s maximum 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.MinWidth

BarEditItemLink.Width

BarItemLink.Width

BarItemLink.MinWidth

BarEditItem.MinWidth

BarEditItem.MinWidth

BarItem.Size

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace