TcxGridBandedColumnPosition Properties
Represents the position of a banded column within a Banded Table View.Name | Description |
---|---|
Band | Gets the band to which the banded column is assigned. |
BandIndex | Specifies the band which displays the current column. |
ColIndex | Specifies the horizontal position of the current column in a band row. |
GridView | Gets the Banded Table View containing the current column. |
Item | Specifies the banded column whose position is defined via the current TcxGridBandedColumnPosition instance. |
LineCount | Defines the number of lines in which the current column is displayed. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Row | Gets the band row containing the current column. |
RowIndex | Identifies the vertical position of the banded column. |
VisibleBandIndex | Returns the position of the band containing the current column. |
VisibleColIndex | Gets the horizontal position of the current column among visible columns of an appropriate band row. |
VisibleRowIndex | Returns the visible position of a column row. |
See Also