Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
860
How to add an icon next to a node in a XamDataTree
posted

I am trying to add an icon next to some of the nodes in a XamDataTree.

While looking at the Infragistics Samples Browser, we can see some of the nodes have a "UPDATED" icon next to it, and some have a "NEW" icon, how can I do this?

Thanks.

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into the appearance that you have described and I can suggest using the ItemTemplate  of the NodeLayout in order to add those icons. I have created a sample application for you, that shows how you can show the icons, based on properties in the data of the node.

     

    Please let me know if you need any further assistance on the matter.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    ConditionalIconAfterTheNode.zip
Children