TcxGridBandPosition.ColIndex Property
Specifies the horizontal position of the current band in a band row.
Declaration
property ColIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The ColIndex property allows you to define the band’s horizontal position in a View or parent band row specified by the BandIndex property’s value. The leftmost position in a row has a ColIndex value of 0.
See Also