DataControlFieldDesigner::ServiceProvider Property

 

Gets the service provider implementation that is used by the fields editor.

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

protected:
property IServiceProvider^ ServiceProvider {
	IServiceProvider^ get();
}

Property Value

Type: System::IServiceProvider^

The service provider implementation, typically provided by the design host, which can be used to obtain additional design-time services.

.NET Framework
Available since 2.0
Return to top
Show: