Skip to main content
Bar

BarStaticItemLink.Width Property

Gets link width.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override int Width { get; set; }

Property Value

Type Description
Int32

An integer value that determines the width of the link in pixels.

Remarks

The value returned by the Width property depends upon the BarStaticItem.AutoSize property value of the associated item. The following two situations may occur:

Assigning values to the Width property is not available.

See Also