IExpressionsAccessor.Expressions Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a collection of ExpressionBinding objects.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ ExpressionBindingCollection get_Expressions ()
function get Expressions () : ExpressionBindingCollection
Not applicable.
Property Value
An ExpressionBindingCollection containing ExpressionBinding objects that represent the properties and expressions for a control.Community Additions
ADD
Show: