ICustomEditorView.SetModel method
Namespace: NextDesign.Desktop.CustomUI
Description
Sets the model to be displayed in this editor.
argument
Name | Type | Description |
---|---|---|
model | ICustomEditor | Model Given a custom editor model that holds editor persistence information. The information needed to display your own defined editor can be accessed through this model. |
Return value
- void