Skip to main content

TcxCustomGridColumn.IsMostBottom Property

Specifies whether the column is bottommost.

Declaration

property IsMostBottom: Boolean read;

Property Value

Type
Boolean

Remarks

In a Banded Table View, the IsMostBottom property indicates if the column is displayed within the last row of the View’s band header panel. To determine whether a column is positioned at the last row within its band, see the IsBottom member.

See Also