Method IsFieldVisible
- Namespace
- Innova.Prism.Library.Configuration.UI
- Assembly
- Innova.Prism.Library.dll
IsFieldVisible(string, string)
Checks if the UI field with the specified entity name and field name is visible.
bool IsFieldVisible(string entityname, string fieldname)
Parameters
Returns
- bool
True if the field is visible, otherwise false.