Back to Devexpress

TdxLayoutDropAreaPart Enum

vcl-dxlayoutcontainer-220c467e.md

latest463 B
Original Source

TdxLayoutDropAreaPart Enum

Declaration

delphi
TdxLayoutDropAreaPart = (
    apNone,
    apLeft,
    apTop,
    apRight,
    apBottom,
    apBefore,
    apAfter,
    apBetween,
    apNewLayout,
    apLastChild
);

Members

Name
apNone
apLeft
apTop
apRight
apBottom
apBefore
apAfter
apBetween
apNewLayout
apLastChild

See Also

dxLayoutContainer Unit