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.6.0.0 (5.6.19.0117)
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