Skip to main content

ICustomEditorSettings Interface

Namespace: NextDesign.Core

Description

Settings information specific to the custom editor.

Belonging area

NameDescription
EditorA set of APIs to access the editor.

Property

NameDescription
KeysEnumerates the keys of the setting information

Method

NameDescription
ClearAllClears all the setting information.
GetValue<T>Gets the setting information of the specified key.
RemoveValueDeletes the setting information of the specified key.
SetValue<T>Sets the configuration information for the specified key.