Represents a Binding converter that returns a Boolean value indicating whether a
source value is null.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class IsNullConverter : IValueConverter |
Visual Basic (Declaration) |
---|
Public Class IsNullConverter _ Implements IValueConverter |
Remarks
IsNullConverter is a one-way converter. A target value returned by
the converter is true if a source value is null; otherwise, a target value is false.