Class VisibleIfFalseAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the decorated property appears in editing form only if a value of a property given by PropertyName can be converted to bool and is equal to false.
public class VisibleIfFalseAttribute : VisibilityConditionWithDependencyAttribute
- Inheritance
-
objectAttributeVisibleIfFalseAttribute
- Inherited Members
- Extension Methods
Constructors
VisibleIfFalseAttribute(string)
Creates an instance of VisibleIfFalseAttribute.
public VisibleIfFalseAttribute(string propertyName)
Parameters
propertyName
stringDependent property name.