Back to Devexpress

TcxTreeListHeaderCellViewInfo Class

vcl-cxtl-991c6b06.md

latest3.9 KB
Original Source

TcxTreeListHeaderCellViewInfo Class

Stores ViewInfo information specific to band and column headers.

Declaration

delphi
TcxTreeListHeaderCellViewInfo = class(
    TcxTreeListCustomHeaderCellViewInfo,
    IcxDragSizing
)

Remarks

This class provides the following properties:

MemberTypeWrite AccessDescription
AlignHorzTAlignmentRead OnlyReturns the horizontal alignment of a caption‘s text (see the TcxTreeListCaption.AlignHorz property).
AlignVertTcxAlignmentVertRead OnlyReturns the vertical alignment of a caption‘s text (see the TcxTreeListCaption.AlignVert property).
FixedBooleanRead OnlyReturns True if the painted band is fixed (see the band’s FixedKind property). This property is only in effect for the OnCustomDrawBandHeaderCell event.
GlyphTBitmapRead OnlyReturns the caption’s image (see the TcxTreeListCaption.Glyph property).
GlyphAlignHorzTAlignmentRead OnlyReturns the horizontal alignment of a caption’s image (see the TcxTreeListCaption.GlyphAlignHorz property).
GlyphAlignVertTcxAlignmentVertRead OnlyReturns the vertical alignment of a caption’s image (see the TcxTreeListCaption.GlyphAlignVert property).
GlyphPositionTPointRead OnlyReturns the upper-left corner of a caption’s image, in tree list coordinates.
ShowEndEllipsisBooleanRead OnlyReturns True if an ellipsis within a caption is allowed (see the TcxTreeListCaption.ShowEndEllipsis property).
SortMarkBoundsTRectRead OnlyReturns the sorting mark’s bounding rectangle, in tree list coordinates.
SortOrderTcxDataSortOrderRead OnlyReturns the sort order of column values (see the column’s SortOrder property).
TextStringRead OnlyReturns the caption’s text.

A TreeList control’s OnCustomDrawBandHeaderCell, OnCustomDrawHeaderCell, and OnGetCellHint events accept a TcxTreeListHeaderCellViewInfo object as a parameter.

Implements

IcxDragSizing

Inheritance

TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListCustomHeaderCellViewInfo TcxTreeListHeaderCellViewInfo

See Also

Custom Draw

TcxTreeListHeaderCellViewInfo Members

cxTL Unit