Gets or sets whether a field is calculated or not.
Namespace:
QFDAssembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool CalcFlag { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CalcFlag As Boolean |
Visual C++ |
---|
public: property bool CalcFlag { bool get (); void set (bool value); } |
Field Value
Return Value
Remarks
If TRUE, field is calculated on other fields and not available for manual entry. If FALSE, field is calculated according to calc format AND is available for user to enter value manually instead.