i want to add inner category in property grid..
for example if i have two category named general(contains two field) and education(two field).now i want to add one category named chumma with one field..
Printable View
i want to add inner category in property grid..
for example if i have two category named general(contains two field) and education(two field).now i want to add one category named chumma with one field..
You need to use the folowingCode:
[Category("myCategorieName")]
public int MyProperty{
....
}