TcxGridBandedColumnPosition.Item Property
Specifies the banded column whose position is defined via the current TcxGridBandedColumnPosition instance.
Declaration
property Item: TcxGridBandedColumn read;
Property Value
Type |
---|
TcxGridBandedColumn |
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