ASP.NET Pack Programmer's Guide
RatingItem.IsTrackingViewState Property
See Also
 





Gets a value indicating whether state changes are being tracked.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

RatingItem Members
RatingItem Class
MindFusion.UI.WebForms Namespace