| 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.1.0.0 (5.1.0)
Syntaxpublic bool IsTrackingViewState { get; }Public ReadOnly Property IsTrackingViewState As Boolean
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if a server control is tracking its view state changes; otherwise, false.
See Also