PropertyEditorsModifier warning

Grids for WPF Forum

Posted 12 years ago by Mary Fontana - Rudolph Technologies
Avatar
What causes this warning when running application?

System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='TargetType=ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid ID=PropertyEditorsModifier'; ResourceKey.HashCode='1394871201'; ResourceKey.Type='System.Windows.ComponentResourceKey'

I don't set PropertyEditorsModifier.

I do have custom editors which I define as in sample:


EditorsSamples\Demo\PropertyGridIntegrationCustom\PropertyEditors.cs
& PropertyEditors.xaml

Thanks,
Mary

Comments (1)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mary,

The PropertyGrid searches for that key to allow you to globally redefine property editors. If the key is not found, which is happening in your case, then nothing happens. But if it is found, then the PropertyGrid would apply the changes. Unfortunately, WPF outputs that warning when not found.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.