QuickObjects.ObjectBase Send comments on this topic.
MaximumValueField Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > RangeFieldValidator Class : MaximumValueField Property
MaximumValueField can be used to specify another Field object where the MaximumValue for this validation should be retreived from.

Note: If the MaximumValueField property is specified that will be used instead of MaximumValue property. MaximumValue property is only used if the MaximumValueField is null.

Syntax

C# 
public IField MaximumValueField {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also