Comment on page
ValidationConstraints
Wisej.Web.ValidationConstraints
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Defines how to validate a container's child controls.
C#
VB.NET
public enum ValidationConstraints : Enum
Public Enum ValidationConstraints As [Enum]
Name | Description |
---|---|
Enabled | |
ImmediateChildren | Validates child controls that are immediate children of the container. |
None | Validates all child controls, and all children of these child controls, regardless of their property settings. |
Selectable | Validates child controls that can be selected. |
TabStop | |
Visible |
Name | Description |
---|---|
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags . | |
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags . | |
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags . |
Last modified 8d ago