TcxCustomGridColumn.IsMostBottom Property
Specifies if the column is nethermost in the parent container.
Declaration
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