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

In This Topic
    ResetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Resets the value for this property of the component to the default value.
    Syntax
    'Declaration
     
    Public Overrides Sub ResetValue( _
       ByVal component As Object _
    ) 
    public override void ResetValue( 
       object component
    )

    Parameters

    component
    See Also