I'm kind of lost in all the settings of the UltraExplorerBar.
How do I hide/show the icon shown in the group of an UltraExplorerBar?
I need to be able to toggle it to be visible/not visible.
Hello Erik,
While there is no way to toggle the image on and off using a boolean property, you can set the image to null and reset it back to its original value. The following link describes how to access the Image property of an Appearance object. Just about every Windows Forms control we publish includes one or more Appearance properties. To do what you want, you would access the Appearance property of the group in question.
http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=Infragistics4.Win.v12.2~Infragistics.Win.Appearance~Image.html