VisibilityConditionAttribute Constructor (String, ComparisonTypeEnum, Object) |
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax 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