Table of Contents

Method GetVisibility

Namespace
Innova.Prism.Library.Configuration.UI
Assembly
Innova.Prism.Library.dll

GetVisibility(string, string)

Gets the visibility of a UI element based on the entity name and property name.

public Visibility GetVisibility(string entityName, string propertyName)

Parameters

entityName string

The name of the entity.

propertyName string

The name of the property.

Returns

Visibility

The visibility of the UI element.