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

LayoutControl.ClientWidth Property

Gets the layout control’s client width.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

An integer value that specifies the layout control’s client width.

Remarks

LayoutControlClientRegion

See Also