Skip to main content

ICustomEditorView.SetModel method

Namespace: NextDesign.Desktop.CustomUI

Description

Sets the model to display for this editor.

argument

NameTypeDescription
modelICustomEditorModel
Gives a custom editor model that holds persistence information for the editor.
The information required to display a custom editor can be accessed through this model.

Return value

  • void