ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomTaskPropertyDescriptor Class / ShouldSerializeValue Method

In This Topic
    ShouldSerializeValue Method (CustomTaskPropertyDescriptor)
    In This Topic
    Determines a value indicating whether the value of this property needs to be persisted.
    Syntax
    'Declaration
     
    Public Overrides Function ShouldSerializeValue( _
       ByVal component As System.Object _
    ) As System.Boolean
    public override System.bool ShouldSerializeValue( 
       System.object component
    )

    Parameters

    component
    See Also