TcxCustomGridColumn.IsMostBottom Property
In This Article
Specifies if the column is nethermost in the parent container.
#Declaration
Delphi
property IsMostBottom: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
You can use the IsMostBottom
property to identify if the column’s header is in the last row of the associated band in a Banded Table View.
See Also