Control::IExpressionsAccessor::Expressions Property
.NET Framework (current version)
For a description of this member, see IExpressionsAccessor::Expressions.
Assembly: System.Web (in System.Web.dll)
private: property ExpressionBindingCollection^ Expressions { virtual ExpressionBindingCollection^ get() sealed = IExpressionsAccessor::Expressions::get; }
Property Value
Type: System.Web.UI::ExpressionBindingCollection^An ExpressionBindingCollection containing ExpressionBinding objects that represent the properties and expressions for a control.
Implements
IExpressionsAccessor::ExpressionsThis member is an explicit interface member implementation. It can be used only when the Control instance is cast to an IExpressionsAccessor interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: