Back to Devexpress

TdxLayoutAutoCreatedGroup Class

vcl-dxlayoutcontainer-c914958b.md

latest1.5 KB
Original Source

TdxLayoutAutoCreatedGroup Class

An auxiliary layout group that the ExpressLayout Control automatically creates within a parent group to maintain the arrangement direction of the group’s children.

Declaration

delphi
TdxLayoutAutoCreatedGroup = class(
    TdxCustomLayoutAutoCreatedGroup
)

Remarks

This class does not introduce any new functionality except for publishing properties from its ancestor classes.

Refer to the TdxCustomLayoutGroup.Hidden topic to learn when the ExpressLayout Control creates TdxLayoutAutoCreatedGroup objects.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxCustomLayoutGroup TdxCustomLayoutAutoCreatedGroup TdxLayoutAutoCreatedGroup

See Also

TdxLayoutAutoCreatedGroup Members

dxLayoutContainer Unit