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

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

Syntax

C# 
public IField MinimumValueField {get; set;}

Requirements

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

See Also