TcxTreeListBandRow.First Property
Provides access to the first visible column within the current band row.
Declaration
property First: TcxTreeListColumn read;
Property Value
Type |
---|
TcxTreeListColumn |
Remarks
This property returns nil if no columns are displayed within the current band row.
See Also