TcxVirtualTreeListNode.RecordHandle Property
Provides access to the node’s record handle.
Declaration
property RecordHandle: TcxDataRecordHandle read;
Property Value
Type |
---|
TcxDataRecordHandle |
Remarks
Use the property to obtain a handle to the custom data source’s record associated with the node.
See Also