IWbsField.EditAllowed Property

Gets a value indicating whether the field can be set as editable in some context.
ReadOnly Property EditAllowed() As Boolean
This language is not supported or no code example is available.
bool EditAllowed {get;}
This language is not supported or no code example is available.

Property Value

bool

true if the field values can be set as editable; otherwise, false.

Remarks
 
This property indicates whether the field may be set as editable. It doesn't specify in which context(s) it can be editable. The EditContext property alone is not enough to determine this. For example, it can be set to WbsFieldAllowedContext.None, but it doesn't mean that the field cannot be made editable. If EditAllowed is true, it's usually possible to set the EditContext to e.g. WbsFieldAllowedContext.Minutes.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition