GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Object _
    ) As Boolean
    public override bool ShouldSerializeValue( 
       object component
    )

    Parameters

    component
    See Also