TcxGridBandedColumnPosition.Item Property
In This Article
Specifies the banded column whose position is defined via the current TcxGridBandedColumnPosition instance.
#Declaration
Delphi
property Item: TcxGridBandedColumn read;
#Property Value
Type |
---|
Tcx |
#Remarks
The Item property references the banded column whose position within a Banded Table View is specified via the current TcxGridBandedColumnPosition class instance. Use this property to access the sets of behavior options and styles and other column properties.
See Also