Click or drag to resize
VisibilityConditionAttribute Constructor (String, Type, String)
Initializes a new instance of the VisibilityConditionAttribute class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public VisibilityConditionAttribute(
	string dependeePropertyName,
	Type visibilityConditionType,
	string conditionName = null
)

Parameters

dependeePropertyName
Type: SystemString
The name of the property the decorated property depends on.
visibilityConditionType
Type: SystemType
The visibility condition type.
conditionName (Optional)
Type: SystemString
Visibility condition name.
See Also