Back to Devexpress

TdxCustomLayoutControl.ContentBounds Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-f3c663db.md

latest827 B
Original Source

TdxCustomLayoutControl.ContentBounds Property

Returns the bounding rectangle of the layout control’s client area, in layout control coordinates.

Declaration

delphi
property ContentBounds: TRect read;

Property Value

Type
TRect

Remarks

To obtain the control client area’s height and width, use the OccupiedClientHeight and OccupiedClientWidth properties.

See Also

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit