Control::IExpressionsAccessor::HasExpressions Property
.NET Framework (current version)
For a description of this member, see IExpressionsAccessor::HasExpressions.
Assembly: System.Web (in System.Web.dll)
private: property bool HasExpressions { virtual bool get() sealed = IExpressionsAccessor::HasExpressions::get; }
Property Value
Type: System::Booleantrue if the control has properties set through expressions; otherwise, false.
Implements
IExpressionsAccessor::HasExpressionsThis 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: