PropertyBase(TOwner, TValue).DefaultValue Property

Tungsten Suite

PropertyBaseTOwner, TValueDefaultValue Property

Allows the programmer to assign a default value which can be reset via the ResetToDefaultValue method. This value does not have to be the initial value.

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public TValue DefaultValue { get; set; }

Property Value

Type: TValue
See Also