Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcNode Class / IsDirty Property


In This Topic
    IsDirty Property
    In This Topic
    Gets a value indicating whether this instance is dirty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDirty As Boolean
    'Usage
     
    Dim instance As CalcNode
    Dim value As Boolean
     
    value = instance.IsDirty
    public bool IsDirty {get;}

    Property Value

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