Gets or sets the edit control value property.

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

Syntax

C#
public virtual string EditControlValueProperty { get; set; }
Visual Basic
Public Overridable Property EditControlValueProperty As String
	Get
	Set
Visual C++
public:
virtual property String^ EditControlValueProperty {
	String^ get ();
	void set (String^ value);
}
F#
abstract EditControlValueProperty : string with get, set
override EditControlValueProperty : string with get, set

Property Value

Type: String

See Also