Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTVCustomDrawNodeEvent Type

In This Article

#Declaration

Delphi
TdxTVCustomDrawNodeEvent = procedure(Sender: TBasedxReportLink; ANode: TTreeNode; ACanvas: TCanvas; ABoundsRect: TRect; AClientRect: TRect; var AText: string; AFont: TFont; var AColor: TColor; var ATextAlignX: TcxTextAlignX; var ATextAlignY: TcxTextAlignY; var ADone: Boolean) of object;

#Parameters

Name Type
Sender TBasedxReportLink
ANode TTreeNode
ACanvas TCanvas
ABoundsRect TRect
AClientRect TRect
AText string
AFont TFont
AColor TColor
ATextAlignX TcxTextAlignX
ATextAlignY TcxTextAlignY
ADone Boolean
See Also