Skip to main content

TcxGridBandsLayout Enum

Declaration

TcxGridBandsLayout = (
    blNonFixed,
    blLeftFixed,
    blRightFixed,
    blLeftRightFixed
);

Members

Name
blNonFixed
blLeftFixed
blRightFixed
blLeftRightFixed
See Also