MindFusion.UI for WebForms Programmer's Guide

MenuItem.IsTrackingViewState Property

See Also
 





Gets a value indicating whether state changes are being tracked.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public bool IsTrackingViewState { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsTrackingViewState As Boolean

 Property Value

Type: Boolean
true if state changes are being tracked, otherwise false.

 See Also