TcxGridBands.Layout Property
Indicates whether any bands within the current View are fixed horizontally.
Declaration
property Layout: TcxGridBandsLayout read;
Property Value
Type |
---|
TcxGridBandsLayout |
Remarks
Use the Layout property to determine whether any of the current View’s bands are fixed. The possible values are:
Value | Meaning |
---|---|
blLeftFixed | At least one band is fixed to the left side of the View, but none on the right. |
blLeftRightFixed | There is at least one band fixed to each of the left and right sides of the View. |
blNonFixed | There are no fixed bands within the View. |
blRightFixed | At least one band is fixed to the right side of the View, but none on the left. |
For more information about fixed bands see the Bands and the Band.FixedKind topics.
See Also