Class WpfDataDrivenEditor
Inheritance
System.Object
WpfDataDrivenEditor
Namespace: ArtOfTest.Common.Design.UI.TypeEditors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class WpfDataDrivenEditor : UserControl, IComponentConnector
Constructors
WpfDataDrivenEditor()
Declaration
public WpfDataDrivenEditor()
WpfDataDrivenEditor(AutomationDescriptor, UserControl)
Declaration
public WpfDataDrivenEditor(AutomationDescriptor descriptor, UserControl parentControl)
Parameters
|
AutomationDescriptor
descriptor
|
|
System.Windows.Forms.UserControl
parentControl
|
WpfDataDrivenEditor(DataBoundObject, UserControl)
Declaration
public WpfDataDrivenEditor(DataBoundObject dbo, UserControl parentControl)
Parameters
|
DataBoundObject
dbo
|
|
System.Windows.Forms.UserControl
parentControl
|
Methods
InitializeComponent()
Declaration
public void InitializeComponent()