EditorTypeAttribute.SetParams method

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Transfers the current editor parameters to specified editorParams dictionary.

public virtual void SetParams(IDictionary<string, object> editorParams)
parameter description
editorParams The editor parameters.

See Also