TcxGridBands.VisibleRootLeftFixedCount Property
Returns the number of root bands in the current collection which are visible and fixed to the left side of a View.
Declaration
property VisibleRootLeftFixedCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the VisibleRootLeftFixedCount property to obtain the number of root bands which are visible and fixed to the left side of the View. In order to fix a band to a specific side of the View, set its Band.FixedKind property.
For more information about fixed bands see the Bands and the Band.FixedKind topics.
See Also