Gets or sets a flag indicating if the designer should query an MDEX Engine for schema and data.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public bool PreviewLiveData { get; set; }
Visual Basic (Declaration)
Public Property PreviewLiveData As Boolean
Visual C++
public:
property bool PreviewLiveData {
	bool get ();
	void set (bool value);
}

See Also