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

BaseLayoutItem.Width Property

Gets or sets the layout item’s width.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
public int Width { get; set; }

Property Value

Type Description
Int32

An integer that specifies the layout item’s width.

Remarks

This property is synchronized with the Width attribute of the BaseLayoutItem.Size property. See the BaseLayoutItem.Size topic for additional information.

See Also