.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.
I am using property grid in my application to display the name and value of the properties of an object. …
c# .net winforms propertygridI am wondering how to change the DisplayNameAttribute on runtime, I want the displayName to be Feet instead of Meters …
c# propertygridPlease note it is not a duplicate question. How to show a detailed FolderBrowser as in the image below from …
c# propertygrid folderbrowserdialogi have System.Data.DataRows with several fields, most of them just plain types like int, single, string. what is …
c# winforms binding propertygrid datarowI am dealing with property grid. I want to prevent auto sorting of column names for property grid. here is …
extjs propertygridPropertyGrid... for users Id like to leave only several of them. But now I see all, and users would be …
c# propertygridHow can I have a property grid update automatically when the object in its SelectedObject property changes? I've tried implementing …
c# winforms data-binding propertygrid inotifypropertychangedI'm creating a .net custom control and it should be able to load multiple text files. I have a public …
c# .net controls propertygridI'm writing a GUI application where I need to enable editing properties of arbitrary objects (their types are only known …
c# wpf controls propertygridI'm trying to get an overall understanding of how you use ICustomTypeDescriptor, TypeDescriptionProvider, TypeConverter, and UITypeEditor to change how a …
c# propertygrid typeconverter uitypeeditor customtypedescriptor