Back to Devexpress

TdxCustomOrgChart.SelectedNodeTextColor Property

vcl-dxorgchr-dot-tdxcustomorgchart-16722b3b.md

latest1.0 KB
Original Source

TdxCustomOrgChart.SelectedNodeTextColor Property

Specifies the selected node‘s text color.

Declaration

delphi
property SelectedNodeTextColor: TColor read; write; default clDefault;

Property Value

TypeDefault
TColorclDefault

Remarks

Use this property to change the selected node’s text color. The node’s selection is depicted as the highlight color applied to the node’s background and the SelectedNodeTextColor property value applied to the selected node’s text.

The default value of the SelectedNodeTextColor property is clDefault.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit