System.Web.UI.Design.ExpressionEditor Members

The members of System.Web.UI.Design.ExpressionEditor are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.UI.Design.ExpressionEditor class.

Public Properties

[read-only]
ExpressionPrefixstring.

Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation.

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.