Back to Devexpress

LayoutControl.ClientHeight Property

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

latest1.3 KB
Original Source

LayoutControl.ClientHeight Property

Gets the layout control’s client height.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

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

|

Remarks

See Also

ClientWidth

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace