System.Web.Compilation.ExpressionEditorAttribute Class

Specifies the design-time editor of the expression builder. This class cannot be inherited.

See Also: ExpressionEditorAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ExpressionEditorAttribute : Attribute

Remarks

The System.Web.Compilation.ExpressionEditorAttribute class specifies the design-time expression editor for the expressions that are handled by an System.Web.Compilation.ExpressionBuilder class.

When editing a control property, you can set the property value to an expression by using an editor for the expression.

When developing an expression builder, you can mark the builder with the System.Web.Compilation.ExpressionEditorAttribute attribute to set the editor type value.

Requirements

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