Click or drag to resize
LLBLGenProDataSourceViewBaseIsTrackingViewState Property
When implemented by a class, gets a value indicating whether a server control is tracking its view state changes.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsTrackingViewState { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if a server control is tracking its view state changes; otherwise, false.
See Also