CustomEditorAttribute.SetParams method
namespace: Serenity.ComponentModel assembly: Serenity.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
- class CustomEditorAttribute