LayoutControl.ClientWidth Property
In This Article
Gets the layout control’s client width.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ClientWidth { get; }
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the layout control’s client width. |
#Remarks
See Also