Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutItem.Control Property

Determines the external control to display within an item.

#Declaration

Delphi
property Control;

#Property Value

Type
TControl

#Remarks

Use the Control property to specify a visual control to display within a given item. Place the desired control onto a form and assign it to the appropriate TdxLayoutItem object (select this control via the Control property of the item). The desired control “jumps” into the item and they are displayed as an ExpressLayout Control element. The Layout Control will become its parent. Generally, you don’t need to assign the Control property. Simply drop a control from the component palette onto the Layout Control area and everything will be managed automatically.

See Also