Additional custom properties for FluentTreeItem #1164
Answered
by
vnbaaij
satyajit-behera
asked this question in
Q&A
-
Hi, is it possible to add additional custom properties to a FluentTreeItem and access those in OnExpandedChange, OnSelectedChange and other events raised by the tree. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Dec 20, 2023
Replies: 1 comment
-
Every |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vnbaaij
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every
FluentComponentBase
derived component has theData
parameter (of type Object). You can use that to store and access any kind of extra information.