Returns true if ViewState is tracked
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool IsTrackingViewState { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsTrackingViewState As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsTrackingViewState { bool get () sealed; } |