[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareValueBaseValidator.RequiredType

RequiredType Property

RequiredType

Gets or sets the specified value's required Type.

Declaration
[TypeConverter(typeof(RequiredTypeCoverter))]
public Type RequiredType { get; set; }
<TypeConverter(GetType(RequiredTypeCoverter))>
Public Property RequiredType As Type
Property Value
Type Description
Type

A Type value that represents the specified value's required Type. The default is null.

Remarks

Once RequiredType is set to a new value, the DifferenceValue is set to null.