Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Where can I view the members (Methods, Properties etc) of the DataForm control?
I would like to set the Properties in code & the Attributes as well. Windows.Controls list these for all its controls but I cannot find something similar for the toolbox:dataform. I trust this will help.
Anton
Posted
Updated 13-Jul-10 3:13am
v2

In a Property window ,If you are using Visual Studio 2010, then select the DataForm control and just press 'F4' (this will bring Property window).

(but I don't think this is what you are looking for...)

If this is not what you are looking for, then please update your question with more detail, and I will try to update the answer
 
Share this answer
 
What I generally do (not the best method) is go into the xaml, add my dataform tag and then open intellisense - this gives me a list of properties.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900