TdxCustomLayoutItem.IsRoot Property
In This Article
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