propertygrid
C# Propertygrid property nullable
In a project in C# (.Net 2.0) I use a propertygrid. This propertygrid displays objects retrieve开发者_如何学编程d from a PHP backend via SOAP. Some objects contain string properties where the meaning[详细]
2023-01-04 03:17 分类:问答Implementing sub fields in a PropertyGrid
Alright so my terminology when it comes to C# isn\'t great, so I\'ll attempt to explain this with a small example.If you create a class which you are using within a PropertyGrid and you have the follo[详细]
2023-01-01 01:30 分类:问答Can we change the text/background color of an individual property in PropertyGrid
I have a .NET PropertyGrid control which displays properties of some class.I want to change the color or font or background color(it doesn\'t matter just that they look different from the other displa[详细]
2022-12-30 22:24 分类:问答WPF PropertyGrid - adding support for collections
I am working on wpf PropertyGrid(PG) control and I want the PG to support collection type(IList, ObservableCollect开发者_JAVA百科ion etc.) properties. I am bit confused on how to keep track of selecte[详细]
2022-12-30 12:37 分类:问答EXT-js PropertyGrid best practices to achieve an update?
I am using EXT-js for a project, usually everything is pretty straight forward with EXT-js, but with the propertyGrid, I am not sure.[详细]
2022-12-30 07:07 分类:问答Which types use a FileNameEditor in a PropertyGrid?
I need to change the editor for a property attached to a .net PropertyGrid,开发者_StackOverflow社区 but I cannot set the Editor attribute of that property, because the property was generated by a tool[详细]
2022-12-30 03:10 分类:问答Filter elements in PropertyGrid
In System.Windows.Forms there are a PropertyGrid that displays properties of an attached object. Let\'s say MyTextBox : TextBox.[详细]
2022-12-28 20:24 分类:问答-
How do I use the web colour editor in my own property grid?
I have a custom configuration tool for an application that uses the .Net PropertyGrid control. The classes underneath have Color properties that are edited in the grid. If I don\'t decorate the attri[详细]
2022-12-27 04:04 分类:问答 PropertyGrid + interface
public interface ITest { void Somethink(); } public class Test1 : ITest { public void Somethink(){ /* do stuff */ }[详细]
2022-12-26 00:24 分类:问答c# Nested categories (sub-categories) in the form control “property grid”
I\'m new to C# and I\'ve been trying to design my own program for a while now. I came a across a control named Property Grid, it suits me perfectly and aftering Googling, I managed to find h开发者_开发[详细]
2022-12-25 23:30 分类:问答