System.Web.UI.Design.ExpressionEditorSheet.ServiceProvider Property

Gets the service provider implementation that is used by the expression editor sheet.

Syntax

[System.ComponentModel.Browsable(false)]
public IServiceProvider ServiceProvider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ExpressionEditorSheet.#ctor(IServiceProvider) constructor to set the ExpressionEditorSheet.ServiceProvider implementation for a custom expression editor sheet.

The ExpressionEditorSheet.ServiceProvider property can be used to access services that are provided by the designer host. For example, call the IServiceProvider.GetService(Type) method with the System.Web.UI.Design.IWebApplication interface to access project items, documents, or configuration file details that are provided through the visual designer.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0