System.Web.UI.Design.ExpressionEditor: Method Members

The methods of System.Web.UI.Design.ExpressionEditor are listed below. For a list of all members, see the ExpressionEditor Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
EvaluateExpression(string, object, Type, IServiceProvider) : object

Evaluates an expression string and provides the design-time value for a control property.

static
GetExpressionEditor(string, IServiceProvider) : ExpressionEditor

Returns an System.Web.UI.Design.ExpressionEditor implementation that is associated with the specified expression prefix.

static
GetExpressionEditor(Type, IServiceProvider) : ExpressionEditor

Returns an System.Web.UI.Design.ExpressionEditor implementation that is associated with the specified expression builder type.

GetExpressionEditorSheet(string, IServiceProvider) : ExpressionEditorSheet

Returns an expression editor sheet that is associated with the current expression editor.