Daily reviews about .Net,tools and programming techniques
To display property name in readable form you can use DisplayName attribute
[DisplayName("First Name")]public string FirstName{ get { return _FirstName; } set { _FirstName = value; }}
source(russian)
Thanks pal!I was looking for this info
If there is another tips about set the property as readOnly for PropertyGrid it would be wonderful!
Thanks pal!
ReplyDeleteI was looking for this info
If there is another tips about set the property as readOnly for PropertyGrid it would be wonderful!
ReplyDelete