In many posts, it mentions one can set the TabGroupSettings.CloseButtonLocation to Tab or None. However, this property is only available in Infragistics version 8.2 or above. I currently have a problem that must work in both v7.3 and 8.2. How can I do the same in v7.3? I aware there is a property to set .ShowCloseButton in v7.3. However, I need a solution that work both in v7.3 and v8.2. I want to hide the close button in the TabGroup. I have a close button using creationfilter on the tab which I want to keep though.
Thanks,
Ada
If I understand your question correctly, you want to know how to hide the normal close button in the group so you can use a creation filter to show individual close buttons in each tab, is this correct? If so, you can set the Settings.ShowCloseButton on the group to False.