11 Commits (2d83a412e9406cbf2d24acaeaf723e89a0893d7d)

Author SHA1 Message Date
emartin_cp a64bb838eb Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit 13 years ago
emartin_cp 2edfd42354 1.7.0 Release 14 years ago
Nebuleux_cp 1f0dbeb7e0 Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files. 14 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
brianlagunas_cp 3f9a4d19f1 PropertyGrid: implemented PropertyOrderAttribute. You can now apply the PropertyOrder attirbute to a property to control the order in which the properties are sorted. The attribute is only honored while in the Categorized view and ignored when sorted alphabetically 14 years ago
brianlagunas_cp f3a0d20ebd PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute. 15 years ago
brianlagunas_cp f27e96d16e PropertyGrid: no longer support the ExpandableObjectConverter syntax for defining a complex property. I have added a new attribute called ExpandableObjectAttribute. 15 years ago
brianlagunas_cp f39523515d PropertyGrid: Deleted custom TypeEditorAttribute for defining editors and instead use the already common EditorAttribute provided my the .NET framework. Editors MUST implement the ITypeEditor interface. So now to declare custom editors you define them as follows: 15 years ago
brianlagunas_cp 96a65ec051 PropertyGrid: added ability to define editors with a simple attribute called TypeEditorAttirbute. You can use a default editor or create a custom editor as follows: 15 years ago
brianlagunas_cp b3152155b1 PropertyGrid: Added new attribute called ItemsSourceAttribute which allows you to use an attribute to specify a custom items source for a ComboBox editor. To use simply create a custom class the implements the IItemsSource interface: 15 years ago