BarItemLink.Width Property
In This Article
Specifies the current item link’s width.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.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