TcxTreeListFooterCellViewInfo Class
Stores ViewInfo information specific to the footer and group footer cells.
#Declaration
TcxTreeListFooterCellViewInfo = class(
TcxTreeListCustomCellViewInfo,
IcxHotTrackElement,
IcxHintableObject
)
#Remarks
This class provides the following properties:
Property | Type | Write Access | Description |
---|---|---|---|
Align |
TAlignment | Read Only | Returns the horizontal alignment of a summary cell’s text (see the Tcx |
Align |
Tcx |
Read Only | Returns the vertical alignment of a summary cell’s text (see the Tcx |
Column |
Tcx |
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 . |
Multi |
Boolean | Read Only | Returns True , if a summary cell’s text is displayed in several lines (see the column’s Position. |
Show |
Boolean | Read Only | Returns True , if an ellipsis within a summary cell is allowed (see the column’s Options. |
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.