ContextDataSourceView::Context Property

.NET Framework (current version)
 

Gets or sets the current data context.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
property Object^ Context {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The current data context.

.NET Framework
Available since 4.0
Return to top
Show: