Gets or sets the list of default values per type that are used when Web control has empty value.

Namespace: MonoSoftware.Web.DataManager
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual Dictionary<Type, Object> EmptyValueDefaults { get; set; }
Visual Basic
Public Overridable Property EmptyValueDefaults As Dictionary(Of Type, Object)
	Get
	Set
Visual C++
public:
virtual property Dictionary<Type^, Object^>^ EmptyValueDefaults {
	Dictionary<Type^, Object^>^ get ();
	void set (Dictionary<Type^, Object^>^ value);
}
F#
abstract EmptyValueDefaults : Dictionary<Type, Object> with get, set
override EmptyValueDefaults : Dictionary<Type, Object> with get, set

Property Value

Type: Dictionary<(Of <(<'Type, Object>)>)>

See Also