Skip to content
New issue

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

Checkbox in definitions of property mentions nonexistent property #21

Open
kiraacorsac opened this issue Jan 23, 2017 · 1 comment
Open

Comments

@kiraacorsac
Copy link
Contributor

https://www.dotvvm.com/docs/controls/builtin/CheckBox/latest

in CheckedValue says

Gets or sets the value that will be used as a result when the control is checked. Use this property in combination with the CheckedItem or CheckedItems property.

and CheckedItem property does not exist.

@tomasherceg
Copy link
Member

This is generated from XML comments and the problem is that the property is declared in the common base class for CheckBox and RadioButton - the CheckBox has the CheckedItems property while the RadioButton has the CheckedItem property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants