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