GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomTaskPropertyDescriptor Class / SetValue Method

In This Topic
    SetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Sets the value of the component to a different value.
    Syntax
    'Declaration
     
    Public Overrides Sub SetValue( _
       ByVal instance As Object, _
       ByVal value As Object _
    ) 
    public override void SetValue( 
       object instance,
       object value
    )

    Parameters

    instance
    value
    See Also