Back to Devexpress

TcxPCOption Enum

vcl-cxpc-a0a8bc7e.md

latest644 B
Original Source

TcxPCOption Enum

Declaration

delphi
TcxPCOption = (
    pcoAlwaysShowGoDialogButton,
    pcoCloseButton,
    pcoFixedTabWidthWhenRotated,
    pcoGoDialog,
    pcoGradient,
    pcoGradientClientArea,
    pcoNoArrows,
    pcoRedrawOnResize,
    pcoSort,
    pcoTopToBottomText,
    pcoUsePageColorForTab
);

Members

Name
pcoAlwaysShowGoDialogButton
pcoCloseButton
pcoFixedTabWidthWhenRotated
pcoGoDialog
pcoGradient
pcoGradientClientArea
pcoNoArrows
pcoRedrawOnResize
pcoSort
pcoTopToBottomText
pcoUsePageColorForTab

See Also

cxPC Unit