Version

ValidationSettings Class Properties

For a list of all members of this type, see ValidationSettings members.

Public Properties
 NameDescription
Public PropertyConditionGets/sets the ICondition interface implementation which defines the criteria by which validity is determined.  
Public PropertyControlReturns the control associated with this instance, or null if this instance is not currently associated with a Control.  
Public PropertyDataTypeGets/sets the data type which determines the type to which values are to be converted before determining validity.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorReturns the Editor associated with this instance, or null if this instance is not currently associated with an embeddable editor.  
Public PropertyEmptyValueCriteriaGets/sets a value which determines the criteria for deciding whether the ErrorAppearance is merged into the resolved appearance when an embeddable UIElement fails validation.  
Public PropertyEmptyValueCriteriaResolvedReturns the resolved value of the EmptyValueCriteria property.  
Public PropertyEnabledGets/sets whether validation will be performed for the control or embeddable editor associated with this instance.  
Public PropertyEnabledResolvedReturns whether this instance, and, if applicable, the ValidationGroup to which this instance belongs, are enabled.  
Public PropertyErrorAppearanceGets/sets the appearance which is used by embeddable elements when the current value is not valid.  
Public PropertyHasErrorAppearanceReturns whether an appearance object has been created for the ErrorAppearance.  
Public PropertyIsRequiredGets/sets whether a validation fails when the value is null or empty, as defined by the value of the EmptyValueCriteria property.  
Public PropertyMergeErrorAppearanceCriteriaGets/sets a constant which determines the criteria for deciding whether a value should be considered null (Nothing in VB) or empty.  
Public PropertyNotificationSettingsReturns an object which exposes properties that control the way the end user is notified of a failed validation.  
Public PropertyRetainFocusOnErrorGets/sets a value which indicates whether the control or editor associated with this instance will retain the input focus when a validation fails.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyUltraValidatorReturns the UltraValidator associated with this instance, or null if this instance does not belong to a collection.  
Public PropertyValidationGroupGets/sets the ValidationGroup to which this instance belongs, or null if it does not belong to one.  
Public PropertyValidationPropertyNameGets/sets the name of the property whose value will be validated.  
Public PropertyValidationPropertyNameResolvedReturns the resolves value of the ValidationPropertyName property.  
Public PropertyValidationTriggerGets/sets a value which determines how validation is triggered.  
Public PropertyValidationTriggerResolvedReturns the resolved value of the ValidationTrigger property.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also