Click or drag to resize
IVisibilityConditionDefinitionProviderGetCustomVisibilityConditionDefinitions Method
Returns all VisibilityConditionDefinitions that evaluates custom conditions not depending on the another field.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
IEnumerable<VisibilityConditionDefinition> GetCustomVisibilityConditionDefinitions()

Return Value

Type: IEnumerableVisibilityConditionDefinition
See Also