Click or drag to resize
VisibilityConditionPropertyAttribute Constructor
Initializes a new instance of the VisibilityConditionPropertyAttribute class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public VisibilityConditionPropertyAttribute(
	string propertyName,
	Object propertyValue,
	string conditionName = null
)

Parameters

propertyName
Type: SystemString
Name of the property within the corresponding VisibilityCondition properties.
propertyValue
Type: SystemObject
Defines the value of the property.
conditionName (Optional)
Type: SystemString
Visibility condition name.
See Also