Version

ValueConstraint Class Properties

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

Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnumerationGets/sets an object implementing IValueList which contains a list of value options. Note, this property defaults to a null (Nothing) value.  
Public PropertyFixedValueGets/sets the value which the constrained value must be equal to.  
Public PropertyHasAnyConstraintsReturns true if any of the constraint properties are set on this object or if the ValidateAsType property is set to something other than 'Unknown'.  
Public PropertyHasEnumerationReturns true if the Enumeration list is not null.  
Public PropertyHasFixedValueReturns true if the FixedValue property is not null (Nothing).  
Public PropertyHasMaxExclusiveReturns true if the MaxExclusive property is not null (Nothing).  
Public PropertyHasMaxInclusiveReturns true if the MaxInclusive property is not null (Nothing).  
Public PropertyHasMaxLengthReturns true if the MaxLength property has a value greater than 0.  
Public PropertyHasMinExclusiveReturns true if the MinExclusive property is not null (Nothing).  
Public PropertyHasMinInclusiveReturns true if the MinInclusive property is not null (Nothing).  
Public PropertyHasMinLengthReturns true if the MinLength property has a value greater than 0.  
Public PropertyHasNullableReturns true if the Nullable property returns a non-default value.  
Public PropertyHasRegexPatternReturns true if the RegexPattern is not null (Nothing).  
Public PropertyMaxExclusiveGets/sets the value which is one greater than the maximum allowed for the constrained value.  
Public PropertyMaxInclusiveGets/sets the maximum value which the constrained value is allowed to be.  
Public PropertyMaxLengthGets/sets the maximum length (inclusive) allowed for the constrained value. This constraint applies to values of type 'string'. The default value is 0, which means that there is no limit.  
Public PropertyMinExclusiveGets/sets the value which is one less than the minimum allowed for the constrained value.  
Public PropertyMinInclusiveGets/sets the minimum value which the constrained value is allowed to be.  
Public PropertyMinLengthGets/sets the minimum length (inclusive) allowed for the constrained value. This constraint applies to values of type 'string'. The default value is 0.  
Public PropertyNullableGets/sets a flag which indicates if the constrained value is allowed to be null (Nothing).  
Public PropertyRegexPatternGets/sets the regular expression to which the constrained value must adhere.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public Propertystatic (Shared in Visual Basic)UseTypeConverterToConvertValueSpecifies whether the embeddable editors should use underlying TypeConverters for converting data values. Default is False.  
Public PropertyValidateAsTypeGets/sets the ValidateAsType value which the Validate(Object,Type) method should use to constrain the input value. By default this value is set to Unknown.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also