TcxGridBands.Layout Property
In This Article
Indicates whether any bands within the current View are fixed horizontally.
#Declaration
Delphi
property Layout: TcxGridBandsLayout read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Layout property to determine whether any of the current View’s bands are fixed. The possible values are:
Value | Meaning |
---|---|
bl |
At least one band is fixed to the left side of the View, but none on the right. |
bl |
There is at least one band fixed to each of the left and right sides of the View. |
bl |
There are no fixed bands within the View. |
bl |
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