Skip to main content

TcxCustomGridColumn.IsMostBottom Property

Specifies if the column is nethermost in the parent container.

Declaration

property IsMostBottom: Boolean read;

Property Value

Type Description
Boolean

True if the column is at the nethermost position in the parent container; otherwise, False.

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