Answers

Question and Answer:

  Home  WPF

⟩ How you can get Automation IDs of items in a ItemsControl?

The best way to do this is by setting it Name property as it is utilized for automation purposes by default. But if you require to give an ID to an element, other than it's name, then the AutomationProperties.AutomationID property can be set as per need.

 216 views

More Questions for you: