Not sure whats doing here, but the binding works for the label in the data template but not the tool tip. Any help will be appreciated.
Tooltip should not need a relativesource binding. Try this with no data context binding
This is assuming that the Label type that this DataTemplate is based on has a property called Description. One of the few instances where you may need to bind to the PlacementTarget is in some cases with a ContextMenu control.