Click to See Complete Forum and Search --> : abt property grid


nesamani
February 5th, 2008, 11:15 PM
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..

JonnyPoet
February 6th, 2008, 06:49 AM
You need to use the folowing

[Category("myCategorieName")]
public int MyProperty{
....

}