[Visual Basic] Public Property ReadOnly IsCalculated As Boolean [C#] public bool IsCalculated { get; } [C++] public: __property bool get_IsCalculated(); [JScript] public function get IsCalculated() : bool
Returns true if the value has a rule that calculates its value. If a property is calculated, its value can't be changed directly by code.
DXmlProperty Class | XRules Namespace