Skip to main content

TcxCustomGridColumn.IsBottom Property

Indicates whether the column is displayed at the bottom of the object that owns the column.

Declaration

property IsBottom: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if a column is displayed at the bottom of the object, which owns the column. This property is useful, for instance, in Banded Table Views, which group columns into bands located within the band header panel. The height of this panel is determined by the band containing the maximum number of band rows. Certain bands can contain empty band rows. The IsBottom property returns True if the column is positioned at the last non-empty row of the corresponding band.

See Also