Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / BindingTargetsBridge Class / BindingsTargetType Property

In This Topic
    BindingsTargetType Property (BindingTargetsBridge)
    In This Topic
    Gets or sets a type of synchronized bindings' target values, which is used for a value conversion.
    Syntax
    'Declaration
     
    
    Public Property BindingsTargetType As Type
    public Type BindingsTargetType {get; set;}
    See Also