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

In This Topic
    CanResetValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Returns whether resetting an object changes its value.
    Syntax
    'Declaration
     
    Public Overrides Function CanResetValue( _
       ByVal component As Object _
    ) As Boolean
    public override bool CanResetValue( 
       object component
    )

    Parameters

    component
    See Also