Hello,
I have xamTabControl on my window. Content of inserted TabItemE is Frame with content of some Page. On this Page I have button. I want to close activeItemTab (tab on which is button placed) by this button.
Is there some guideline how to use it?
Kind regards,
....
Your prompt answer helped us much, thank you.
Hello Michal,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If this is what you were looking for please verify the answer so it helps other users as well.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
What you can do is create a button and assign the Close command to its Command property like so:
<Button HorizontalAlignment="Center" Command="{x:Static igWindows:TabItemExCommands.Close}"> Close </Button>
Please let me know if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support