Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd FindByDescendantIdAttribute #329
Closed
Comments
YevgeniyShunevych
added a commit
that referenced
this issue
Nov 15, 2019
…and Find_ByDescendantId_Missing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FindByDescendantIdAttribute
- specifies that a control should be found by the id attribute of any control's descendant. Finds the control that has any descendant having id matching the specified term(s). UsesTermCase.Kebab
as the default term case.