We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
[FindSettings(OuterXPath = "./")] public class UnorderedList<TItem, TOwner> : ItemsControl<TItem, TOwner>
[FindSettings] doesn't apply to ItemsControl`2.Items property in this case. But should.
[FindSettings]
ItemsControl`2.Items
The text was updated successfully, but these errors were encountered:
#31 Component attributes of inherited control type does not apply to …
779a339
…sub-components of base type
YevgeniyShunevych
No branches or pull requests
For example:
[FindSettings]
doesn't apply toItemsControl`2.Items
property in this case. But should.The text was updated successfully, but these errors were encountered: