Back to Devexpress

BarItemLink.Width Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-1c42f99a.md

latest1.1 KB
Original Source

BarItemLink.Width Property

Specifies the current item link’s width.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual int Width { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Overridable Property Width As Integer

Property Value

TypeDescription
Int32

The current item link’s width.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace