DataKey.IsTrackingViewState Property
.NET Framework 3.0
Gets a value indicating whether the DataKey object is tracking its view-state changes.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Notes to Inheritors:
When extending the DataKey class, you can override this property to indicate whether view-state changes are tracked.
Assembly: System.Web (in system.web.dll)
The IsTrackingViewState property is used to determine whether the DataKey object is tracking its view-state changes.
Note: |
|---|
| This property is used primarily by control developers. |
Community Additions
ADD
Show:
Note: