[]
Determines whether the value of this property needs to be persisted.
public override bool ShouldSerializeValue(object component)
Public Overrides Function ShouldSerializeValue(component As Object) As Boolean
Type | Name | Description |
---|---|---|
object | component | The component with the property to be examined for persistence. |
Type | Description |
---|---|
bool | True if the property should be persisted; otherwise, false. |