ChartSerializer.IsResetWhenLoading Property

Definition

Gets or sets a flag that indicates whether object properties are reset to default values before loading.

public:
 property bool IsResetWhenLoading { bool get(); void set(bool value); };
public bool IsResetWhenLoading { get; set; }
member this.IsResetWhenLoading : bool with get, set
Public Property IsResetWhenLoading As Boolean

Property Value

true if object properties are reset to default values before loading; otherwise, false.

Applies to