[]
        
(Showing Draft Content)

C1.Win.Input.PostValidationInheritProperties

PostValidationInheritProperties Enum

Specifies how to manages inheritance of the PostValidation properties from the host control properties.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
[Flags]
public enum PostValidationInheritProperties

Fields

Name Description
All

Indicates that all properties are inherited from the control.

CaseSensitive

Indicates that the value of the CaseSensitive property is inherited from the control.

ErrorMessage

Indicates that the value of the ErrorMessage property is inherited from the control.

None

Indicates that none of the properties are inherited from the control.