Skip to main content
Bar

BarEditItemLink.Width Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override int Width { get; set; }

Property Value

Type
Int32

Remarks

To set the editor’s width, use the BarEditItemLink.EditWidth property instead.

See Also