Back to Devexpress

TdxCustomLayoutItem.IsRoot Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitem-558f1969.md

latest836 B
Original Source

TdxCustomLayoutItem.IsRoot Property

Specifies whether the layout element represents the root group.

Declaration

delphi
property IsRoot: Boolean read;

Property Value

Type
Boolean

Remarks

If the layout element is the root group, this property returns True and the Items property of the layout control refers to this element. Otherwise, the layout element is a normal layout group.

See Also

TdxCustomLayoutItem Class

TdxCustomLayoutItem Members

dxLayoutContainer Unit