Gets or sets the preview 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 PreviewControlValueProperty { get; set; }
Visual Basic
Public Overridable Property PreviewControlValueProperty As String
	Get
	Set
Visual C++
public:
virtual property String^ PreviewControlValueProperty {
	String^ get ();
	void set (String^ value);
}
F#
abstract PreviewControlValueProperty : string with get, set
override PreviewControlValueProperty : string with get, set

Property Value

Type: String

See Also