Back to Devexpress

TcxGroupBoxCaptionPosition Enum

vcl-cxlookandfeelpainters-2965df38.md

latest348 B
Original Source

TcxGroupBoxCaptionPosition Enum

Declaration

delphi
TcxGroupBoxCaptionPosition = (
    cxgpTop,
    cxgpBottom,
    cxgpLeft,
    cxgpRight,
    cxgpCenter
);

Members

Name
cxgpTop
cxgpBottom
cxgpLeft
cxgpRight
cxgpCenter

See Also

cxLookAndFeelPainters Unit