For a list of all members of this type, see ValueConstraint members.
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
![]() | Enumeration | Gets/sets an object implementing IValueList which contains a list of value options. Note, this property defaults to a null (Nothing) value. |
![]() | FixedValue | Gets/sets the value which the constrained value must be equal to. |
![]() | HasAnyConstraints | Returns true if any of the constraint properties are set on this object or if the ValidateAsType property is set to something other than 'Unknown'. |
![]() | HasEnumeration | Returns true if the Enumeration list is not null. |
![]() | HasFixedValue | Returns true if the FixedValue property is not null (Nothing). |
![]() | HasMaxExclusive | Returns true if the MaxExclusive property is not null (Nothing). |
![]() | HasMaxInclusive | Returns true if the MaxInclusive property is not null (Nothing). |
![]() | HasMaxLength | Returns true if the MaxLength property has a value greater than 0. |
![]() | HasMinExclusive | Returns true if the MinExclusive property is not null (Nothing). |
![]() | HasMinInclusive | Returns true if the MinInclusive property is not null (Nothing). |
![]() | HasMinLength | Returns true if the MinLength property has a value greater than 0. |
![]() | HasNullable | Returns true if the Nullable property returns a non-default value. |
![]() | HasRegexPattern | Returns true if the RegexPattern is not null (Nothing). |
![]() | MaxExclusive | Gets/sets the value which is one greater than the maximum allowed for the constrained value. |
![]() | MaxInclusive | Gets/sets the maximum value which the constrained value is allowed to be. |
![]() | MaxLength | Gets/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. |
![]() | MinExclusive | Gets/sets the value which is one less than the minimum allowed for the constrained value. |
![]() | MinInclusive | Gets/sets the minimum value which the constrained value is allowed to be. |
![]() | MinLength | Gets/sets the minimum length (inclusive) allowed for the constrained value. This constraint applies to values of type 'string'. The default value is 0. |
![]() | Nullable | Gets/sets a flag which indicates if the constrained value is allowed to be null (Nothing). |
![]() | RegexPattern | Gets/sets the regular expression to which the constrained value must adhere. |
![]() | Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() ![]() | UseTypeConverterToConvertValue | Specifies whether the embeddable editors should use underlying TypeConverters for converting data values. Default is False. |
![]() | ValidateAsType | Gets/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. |
Name | Description | |
---|---|---|
![]() | SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |