This documentation is archived and is not being maintained.

ControlFilterExpression Properties

The ControlFilterExpression type exposes the following members.

  NameDescription
Public property Column Gets or sets the name of the column that the query is based on.
Protected property Context Gets the HttpContext instance of the owner control. (Inherited from DataSourceExpression.)
Public property ControlID Gets or sets the ID of the source data-bound control.
Public property DataSource Gets the data source object that is associated with the owner control. (Inherited from DataSourceExpression.)
Protected property IsTrackingViewState Gets a value that indicates whether a data source expression object is tracking its view state changes. (Inherited from DataSourceExpression.)
Protected property Owner Gets the owner control. (Inherited from DataSourceExpression.)
Protected property ViewState Gets an instance of the StateBag class that contains the current view state information. (Inherited from DataSourceExpression.)
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::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.)
Top
Show: