Skip to main content
A newer version of this page is available. .
Bar

BarItemLink.Width Property

Specifies the current item link’s width.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public virtual int Width { get; set; }

Property Value

Type Description
Int32

The current item link’s width.

See Also