Browse By Tags

  • Is it possible to specify a StyleSet on an UltraTreeNode?

    Hi

    I have an UltraTree which displays some data. I want to change the BackColor of some nodes according to its value.

    I can do it "statically" in the InitializeDataNode event like this:

    void tree_InitializeDataNode(object sender, Infragistics…