The DataItem used to alter the state in the URL

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Object DataItem { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataItem As Object
Visual C++
public:
property Object^ DataItem {
	Object^ get ();
}

See Also