CustomEditorAttribute.SetParams method

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets the parameters for each pair in the editorParams dictionary.

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

See Also