Skip to main content

TcxGridBandedColumnPosition Members

Represents the position of a banded column within a Banded Table View.

Constructors

Name Description
Create(TcxCustomGridTableItem) Creates an instance of the TcxGridBandedColumnPosition class.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also