PropertyExpression Properties

.NET Framework (current version)
 

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_protpropertyContext

Gets the HttpContext instance of the owner control.(Inherited from DataSourceExpression.)

System_CAPS_pubpropertyDataSource

Gets the data source object that is associated with the owner control.(Inherited from DataSourceExpression.)

System_CAPS_protpropertyIsTrackingViewState

Gets a value that indicates whether a data source expression object is tracking its view state changes.(Inherited from DataSourceExpression.)

System_CAPS_protpropertyOwner

Gets the owner control.(Inherited from DataSourceExpression.)

System_CAPS_pubpropertyParameters

Gets the parameters that are associated with this DataSourceExpression object.(Inherited from ParameterDataSourceExpression.)

System_CAPS_protpropertyViewState

Gets an instance of the StateBag class that contains the current view state information.(Inherited from DataSourceExpression.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

When implemented by a class, gets a value that indicates whether a data source expression object is tracking its view state changes.(Inherited from DataSourceExpression.)

Return to top
Show: