WPF Dialog Box Property Value Editor access source control
- by Cicik
Hello, I have User control in WPF with dependency property DEP1 on which i set value by DialogPropertyValueEditor(code below):
Public Class OPCItemDialogPropertyValueEditor
Inherits DialogPropertyValueEditor
Private res As New EditorResources()
Public Sub New()
Me.InlineEditorTemplate =…