Skip to main content
Bar

BarItemLink.Width Property

Specifies the current item link’s width.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual int Width { get; set; }

Property Value

Type Description
Int32

The current item link’s width.

See Also