Back to Devexpress

LayoutControl.ClientWidth Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-a6a8975c.md

latest1.3 KB
Original Source

LayoutControl.ClientWidth Property

Gets the layout control’s client width.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ClientWidth { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ClientWidth As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

See Also

ClientHeight

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace