Spread Silverlight Documentation
IsDirty Property


GrapeCity.CalcEngine Namespace > CalcNode Class : IsDirty Property
Gets a value indicating whether this instance is dirty.
Syntax
'Declaration
 
Public ReadOnly Property IsDirty As System.Boolean
'Usage
 
Dim instance As CalcNode
Dim value As System.Boolean
 
value = instance.IsDirty
public System.bool IsDirty {get;}

Property Value

true if this instance is dirty; otherwise, false.
See Also

Reference

CalcNode Class
CalcNode Members