If you don't want to replace the whole employ control with a customized version, you can also define templates for individual employ fields.
| Key | EmployFieldTemplate |
|---|---|
| Defined In | M4ComponentsView.EmployComponents.EmployFieldTemplate |
| Interface |
M4ComponentsView.EmployComponents.IEmployFieldTemplate
GetDataTemplate(M4ComponentsView.EmployElements.EmployFieldView) DataTemplate Returns the DataTemplate for this employ field. The EmployFieldView contains the information needed for template creation. |
| Standard Implementations | None |
| Example |
M4CustomLibrary.EmployDataTemplates.DateOfBirthWithAgeEmployTemplate Shows the date of birth together with the calculated age. |