TcxTreeListHeaderCellViewInfo Class
Stores ViewInfo information specific to band and column headers.
#Declaration
TcxTreeListHeaderCellViewInfo = class(
TcxTreeListCustomHeaderCellViewInfo,
IcxDragSizing
)
#Remarks
This class provides the following properties:
Member | Type | Write Access | Description |
---|---|---|---|
Align |
TAlignment | Read Only | Returns the horizontal alignment of a caption‘s text (see the Tcx |
Align |
Tcx |
Read Only | Returns the vertical alignment of a caption‘s text (see the Tcx |
Fixed |
Boolean | Read Only | Returns True if the painted band is fixed (see the band’s Fixed |
Glyph |
TBitmap | Read Only | Returns the caption’s image (see the Tcx |
Glyph |
TAlignment | Read Only | Returns the horizontal alignment of a caption’s image (see the Tcx |
Glyph |
Tcx |
Read Only | Returns the vertical alignment of a caption’s image (see the Tcx |
Glyph |
TPoint | Read Only | Returns the upper-left corner of a caption’s image, in tree list coordinates. |
Show |
Boolean | Read Only | Returns True if an ellipsis within a caption is allowed (see the Tcx |
Sort |
TRect | Read Only | Returns the sorting mark’s bounding rectangle, in tree list coordinates. |
Sort |
Tcx |
Read Only | Returns the sort order of column values (see the column’s Sort |
Text |
String | Read Only | Returns the caption’s text. |
A TreeList control’s OnCustomDrawBandHeaderCell, OnCustomDrawHeaderCell, and OnGetCellHint events accept a TcxTreeListHeaderCellViewInfo
object as a parameter.