Gets or sets a value that is used as an exact match criteria for conversion input value.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Object Value { get; set; }
Visual Basic (Declaration)
Public Property Value As Object
	Get
	Set

Remarks

The default value is NotSpecified, which means that an input value will be tested against a range specified in the RangeStart and RangeEnd properties.

If the property is set to any value different from the NotSpecified value, then the conversion input value will be tested for equality to the specified value.

See Also