vcl-cxtl-bfefe202.md
Stores ViewInfo information specific to the footer and group footer cells.
TcxTreeListFooterCellViewInfo = class(
TcxTreeListCustomCellViewInfo,
IcxHotTrackElement,
IcxHintableObject
)
This class provides the following properties:
| Property | Type | Write Access | Description |
|---|---|---|---|
AlignHorz | TAlignment | Read Only | Returns the horizontal alignment of a summary cell’s text (see the TcxTreeListSummaryItem.AlignHorz property). |
AlignVert | TcxAlignmentVert | Read Only | Returns the vertical alignment of a summary cell’s text (see the TcxTreeListSummaryItem.AlignVert property). |
Column | TcxTreeListColumn | Read Only | Returns the column that owns the current summary. |
Hidden | Boolean | Read Only | Returns True, if a summary is not specified for a Column. |
MultiLine | Boolean | Read Only | Returns True, if a summary cell’s text is displayed in several lines (see the column’s Position.LineCount and TcxTreeListSummaryItem.MultiLine properties). |
ShowEndEllipsis | Boolean | Read Only | Returns True, if an ellipsis within a summary cell is allowed (see the column’s Options.CellEndEllipsis property). |
Text | String | Read Only | Returns the summary cell’s text. |
A TreeList control’s OnCustomDrawFooterCell and OnGetCellHint events accept a TcxTreeListFooterCellViewInfo object as a parameter.
TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListFooterCellViewInfo
See Also