FormBuilder<T>.CustomizeItem Method
| Name | Parameters | Description |
|---|---|---|
| CustomizeItem(RazorBlock) | jsFunc | Specifies a function that customizes a form item after it has been created. Mirrors the client-side customizeItem option. |
| CustomizeItem(String) | jsFunc | Specifies a function that customizes a form item after it has been created. Mirrors the client-side customizeItem option. |