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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax public 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