ComponentOne Scheduler for WPF and Silverlight
IsNullConverter Class
Members 

C1.WPF.Schedule Namespace : IsNullConverter Class
Represents a Binding converter that returns a Boolean value indicating whether a source value is null.
Object Model
IsNullConverter Class
Syntax
'Declaration
 
Public Class IsNullConverter 
public class IsNullConverter 
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.
Inheritance Hierarchy

System.Object
   C1.WPF.Schedule.IsNullConverter

See Also

Reference

IsNullConverter Members
C1.WPF.Schedule Namespace