Calculated Property (Tag)
In This Topic
Gets or sets a value indicating whether the
Tag.Value property contains a string with a script expression which must be evaluated when the tag is rendered.
Syntax
'Declaration
Public Property Calculated As Boolean
public bool Calculated {get; set;}
See Also