BoucherS
|
71a12b489e
|
V3.3.0 Released
V3.3.0 Released
|
8 years ago |
BoucherS
|
6408c7372d
|
V3.1.0 Released
|
9 years ago |
BoucherS_cp
|
015d89f201
|
|
9 years ago |
BoucherS_cp
|
a9332abb2d
|
|
10 years ago |
BoucherS_cp
|
925cbcd472
|
|
12 years ago |
emartin_cp
|
983f425e67
|
Version 2.0
|
13 years ago |
emartin_cp
|
0d9a63a7d2
|
Version 1.9
|
13 years ago |
emartin_cp
|
a64bb838eb
|
Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit
|
13 years ago |
emartin_cp
|
0c933c8124
|
1.8.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
|
f271a3c805
|
PropertyGrid: fixed possible null reference exception nwhen setting the Filter
|
15 years ago |
brianlagunas_cp
|
2523b237d2
|
PropertyGrid BREAKING CHANGES - renamed CustomTypeEditors to EditorDefinitions. Added ability to add custom editors by declaring a DataTemplate. You can target a Type or a list of PropertyNames.
Example:
<extToolkit:PropertyGrid>
<extToolkit:PropertyGrid.EditorDefinitions>
<extToolkit:EditorDefinition TargetType="{x:Type sys:DateTime}">
<extToolkit:EditorDefinition.EditorTemplate>
<DataTemplate>
<extToolkit:DateTimeUpDown Format="ShortDate" Value="{Binding Value}" />
</DataTemplate>
</extToolkit:EditorDefinition.EditorTemplate>
</extToolkit:EditorDefinition>
</extToolkit:PropertyGrid.EditorDefinitions>
</extToolkit:PropertyGrid>
|
15 years ago |
brianlagunas_cp
|
d1c4040853
|
ProperytGrid: Filtering now filters off the DisplayName
|
15 years ago |
brianlagunas_cp
|
3dbf1e4d9f
|
PropertyGrid: added filtering
|
15 years ago |
brianlagunas_cp
|
94a8e34b60
|
initial checkin of PropertyGrid. Filter not implemented. Some editors aren't implemented. Icons missing for Category and Alphabetical lists of properties.
|
15 years ago |