Skip to main content

ICustomEditorView.SetModel method

Namespace: NextDesign.Desktop.CustomUI

Description

Sets the model to be displayed in this editor.

argument

NameTypeDescription
modelICustomEditorModel
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