Click or drag to resize
VisibilityConditionAttribute Constructor (String, ComparisonTypeEnum, Object)
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,
	ComparisonTypeEnum comparisonType,
	params Object[] arguments
)

Parameters

dependeePropertyName
Type: SystemString
The name of the property the decorated property depends on.
comparisonType
Type: Kentico.Forms.Web.MvcComparisonTypeEnum
The comparison type.
arguments
Type: SystemObject
The additional comparison arguments.
See Also