ExpressionEditorAttribute Class
.NET Framework 3.0
Specifies the design-time editor of the expression builder. This class cannot be inherited.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] public ref class ExpressionEditorAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ public final class ExpressionEditorAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) public final class ExpressionEditorAttribute extends Attribute
Not applicable.
The ExpressionEditorAttribute class specifies the design-time expression editor for the expressions that are handled by an 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 ExpressionEditorAttribute attribute to set the editor type value.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: