Back to Devexpress

BaseLayoutItem.Width Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-05a0749c.md

latest1.4 KB
Original Source

BaseLayoutItem.Width Property

Gets or sets the layout item’s width.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int Width { get; set; }
vb
<Browsable(False)>
Public Property Width As Integer

Property Value

TypeDescription
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

Height

Size

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace