.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.
In my application I have a property grid to allow users to change settings. This works fine for strings and …
c# string winforms propertygridHow can I customize the sorting of categories in a PropertyGrid? If I set either of the following... propertyGrid.PropertySort = …
.net winforms propertygridI need a propertyGrid for my WPF application . after lots of searches I have found this I have added the …
c# wpf propertygridI have a class that I use in a PropertyGrid. I found that by setting CategoryAttribute on each property it …
c# winforms propertygridI'd like to edit a list of key value(string, string) items using a propertygrid. When I use a Dictionary&…
c# winforms data-binding propertygridI am a beginner at C#/WPF and am trying to use the Xceed PropertyGrid. On their site they show …
wpf propertygrid xceedI want to display multiple instances of one class in my PropertyGrid. The class looks like this: public class Parameter { […
c# .net propertygrid propertydescriptor readonly-attributei have a question about property grid. when the form is shown i would like a group to be expand …
c# propertygridI can't find any list of the available attributes for the PropertyGrid in C#, do you know where I can …
c# propertygridI have a PropertyGrid that I used to display the properties in a helper class. I assign the helper class …
c# .net winforms readonly propertygrid