Possible Duplicate:
Special symbols in WPF binding - what does “{Binding Path=.}” mean?
I am not getting the meaning of following code -
<DataTemplate> <Label> <Hyperlink Command="{Binding Path=.}"> <TextBlock Text="{Binding Path=Header}"/> </Hyperlink> </Label> </DataTemplate> Can anyone explain it.