Back to Devexpress

TcxTreeListFooterCellViewInfo Class

vcl-cxtl-bfefe202.md

latest2.7 KB
Original Source

TcxTreeListFooterCellViewInfo Class

Stores ViewInfo information specific to the footer and group footer cells.

Declaration

delphi
TcxTreeListFooterCellViewInfo = class(
    TcxTreeListCustomCellViewInfo,
    IcxHotTrackElement,
    IcxHintableObject
)

Remarks

This class provides the following properties:

PropertyTypeWrite AccessDescription
AlignHorzTAlignmentRead OnlyReturns the horizontal alignment of a summary cell’s text (see the TcxTreeListSummaryItem.AlignHorz property).
AlignVertTcxAlignmentVertRead OnlyReturns the vertical alignment of a summary cell’s text (see the TcxTreeListSummaryItem.AlignVert property).
ColumnTcxTreeListColumnRead OnlyReturns the column that owns the current summary.
HiddenBooleanRead OnlyReturns True, if a summary is not specified for a Column.
MultiLineBooleanRead OnlyReturns True, if a summary cell’s text is displayed in several lines (see the column’s Position.LineCount and TcxTreeListSummaryItem.MultiLine properties).
ShowEndEllipsisBooleanRead OnlyReturns True, if an ellipsis within a summary cell is allowed (see the column’s Options.CellEndEllipsis property).
TextStringRead OnlyReturns the summary cell’s text.

A TreeList control’s OnCustomDrawFooterCell and OnGetCellHint events accept a TcxTreeListFooterCellViewInfo object as a parameter.

Implements

IcxHotTrackElement

IcxHintableObject

Inheritance

TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListFooterCellViewInfo

See Also

Custom Draw

TcxTreeListFooterCellViewInfo Members

cxTL Unit