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