HtmlControlDesigner.Expressions Property

Gets the expression bindings for the current control at design time.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

public:
property ExpressionBindingCollection^ Expressions {
	ExpressionBindingCollection^ get ();
}
/** @property */
public ExpressionBindingCollection get_Expressions ()

public function get Expressions () : ExpressionBindingCollection

Not applicable.

Property Value

An ExpressionBindingCollection that contains the expressions strings set for properties in the current control.

The design host, such as Visual Studio 2005, uses the ExpressionBuilder class to get the ExpressionEditor class to get the ExpressionEditorSheet to set expressions for control properties at design time. Expression strings reference a localizable resource, an application setting, a connection string, or a custom expression type.

The Expressions collection contains an ExpressionBinding element for each control property that has an associated expression string. Each ExpressionPrefix property for each element indicates the associated expression builder implementation. The expression string is parsed and evaluated by its associated ExpressionBuilder to determine the control property value at run time.

Windows 98, Windows Server 2000 SP4, 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.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: