Click or drag to resize
VisibilityConditionDefinitionProviderGetCustomVisibilityConditionDefinitions 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#
public IEnumerable<VisibilityConditionDefinition> GetCustomVisibilityConditionDefinitions()

Return Value

Type: IEnumerableVisibilityConditionDefinition

Implements

IVisibilityConditionDefinitionProviderGetCustomVisibilityConditionDefinitions
See Also