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

TcxDBTreeListNode.ParentKeyValue Property

Specifies the parent node’s unique identifier.

#Declaration

Delphi
property ParentKeyValue: Variant read; write;

#Property Value

Type
Variant

#Remarks

Use this property to manually specify the node parent’s unique identifier within the tree list’s OnInitInsertingRecord event handler, if automatic generation of the identifier is disabled (see the tree list’s OptionsData.AutoCalcKeyValue property).

Refer to the tree list’s OnInitInsertingRecord help topic, for details.

See Also