AD
Administrator
Syncfusion Team
March 5, 2003 10:26 AM UTC
There is no other direct support for style dialogs other than the GridStylePropertyGrid that you mentioned. So, if you want to restrict the properties that your user's see then you would have to do more work.
In addition to designing your own form, you could also just provide a derived TypeConverter class, override its GetProperties and GetPropertiesSupported method to only display the properties you want to see. You would also have to derive a GridStyleInfo class to use your derived TypeConverter. Attached is a sample project showing how you might go abouot this.