Interface InPlaceEditor.IChildInitializer
Customizable service to initialize the child.
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IChildInitializer : IService
Methods
Name | Description |
---|---|
InitializeEditorElement(InPlaceEditor) | Initializes the editor element. |
InitializeInertElement(InPlaceEditor) | Initializes the inert element. |