Back to Devexpress

TdxCustomLayoutControl.OccupiedClientHeight Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-bdfb30a2.md

latest907 B
Original Source

TdxCustomLayoutControl.OccupiedClientHeight Property

Returns the layout control client area’s height, in pixels.

Declaration

delphi
property OccupiedClientHeight: Integer read;

Property Value

Type
Integer

Remarks

This property returns -1 if the client height cannot be obtained.

The client area’s bounding rectangle can be obtained via the ContentBounds property.

Use the OccupiedClientWidth property to obtain the client area’s width.

See Also

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit