Gets or sets a value used as a conversion result in the case when there are no items in the Items collection that match a conversion input value.

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

Syntax

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

See Also