TabControl.SelectedItem is the selected tab.
cast it to a TabItem to get the properties.
What I mostly do is bind it to a viewmodel.
TabControl.SelectedItem is the selected tab.
cast it to a TabItem to get the properties.
What I mostly do is bind it to a viewmodel.