typeconverter
TypeConverters on the compact framework
I\'m working on a compact framework project and whilst most of the properties are fairly straight forward (I.e. mark them as browsable in the xmta file), I\'m struggling to get this to work for more c[详细]
2022-12-24 04:02 分类:问答How do you mark class with TypeConverter that is not in referenced solution?
I have a class that I\'ve written a TypeConverter for. I want to keep the TypeConverter separate from the main solution, as it is only needed at design time and have an extensibility project now that[详细]
2022-12-23 14:03 分类:问答Getting TypeConverter error that makes no sense
I have a TypeConverter for a TopMostNode class. It extends ExpandableObjectConverter. The To开发者_StackOverflow社区pMostNode has two properties. Setting those in the property grid results in correctl[详细]
2022-12-22 20:36 分类:问答Copy Paste is Disabled in Property Grid
I have a FileNameEditor inside a property grid, which has a few entries like Main File :\"C:\\blah1\" Sec File: \"C:\\blah2\"[详细]
2022-12-20 08:15 分类:问答Is there a built-in TypeConverter or UITypeEditor to edit a list of strings
I wish to know if .Net-3.5 comes with a built-in List<string> or s开发者_如何学JAVAtring[] TypeConverter or UITypeEditor so that I can edit this kind of property from a property grid.UITypeEdito[详细]
2022-12-18 17:06 分类:问答TypeConverter in propertygrid only converts from string, not to
Only the ConvertTo method gets called(a lot of times) when accessing the propertygrid. This correctly returns the \"Foo!\" string in the propertygrid. When I click to edit I get an exception Cannot co[详细]
2022-12-17 23:49 分类:问答Using textbox value as parameter in LINQ dat source/gridview : A value of type 'String' cannot be converted to type 'Double'
it\'s a New Year but you\'re still left with a thick Mr Dean!! Ok, the scenario - I have a textbox, a two radio buttons, a button and a gridview.[详细]
2022-12-15 21:33 分类:问答How to implement a TypeConverter for a type and property I don't own?
This is annoying: <GeometryDrawing> <GeometryDrawing.Pen> 开发者_JAVA百科<Pen Brush=\"Black\"/>[详细]
2022-12-15 04:50 分类:问答TypeConverter when binding to ASP.NET GridView
I am trying to bind an IList of objects to a GridView\'s DataSource and one of the properties of the object is an enum.I was trying to use a TypeConverter on the enum to use a Descr开发者_开发百科ipti[详细]
2022-12-14 19:16 分类:问答typeconverter from dll
I am using the propertygrid with a class and associated type converter. When I moved the class and the TypeConverter to a dll, it seems that it is not being called.[详细]
2022-12-14 01:36 分类:问答