Skip to main content
Version: 3.5

ValidationConstraints

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines how to validate a container's child controls.

public enum ValidationConstraints : Enum

Fields

NameDescription
EnabledValidates child controls whose Enabled property is set to true.
ImmediateChildrenValidates child controls that are immediate children of the container.
NoneValidates all child controls, and all children of these child controls, regardless of their property settings.
SelectableValidates child controls that can be selected.
TabStopValidates child controls that have a TabStop value set to true.
VisibleValidates child controls whose Visible property is set to true.

Used By

NameDescription
Control.ValidateChildrenValidates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
Page.ValidateChildrenValidates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
UserControl.ValidateChildrenValidates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .