Answer the question
In order to leave comments, you need to log in
How to pull specific data in TemplateBinding?
There is such a simple structure:
public class Items
{
public string Port { get; set; }
public string Value { get; set; }
}
Answer the question
In order to leave comments, you need to log in
I'll answer my own question. Solution: Binding Path=Content.Port, RelativeSource={RelativeSource AncestorType={x:Type ListBoxItem}}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question