IWbsField.EditContext Property

Gets or sets a context in which the field editing (entry) is possible. Naturally, if a context is allowed for editing, it's also allowed for displaying and the corresponding flag is not necessary in DisplayContext property.
Property EditContext() As WbsFieldAllowedContext
This language is not supported or no code example is available.
WbsFieldAllowedContext EditContext {get; set;}
This language is not supported or no code example is available.

Property Value

WbsFieldAllowedContext

The context in which the field editing is possible.

Remarks
 
This property has only meaning when the EditAllowed property is set to true.

There's one case when this flag is treated specially by QDV (for backward compatibility reasons). If a free field has no WbsFieldAllowedContext.Minutes flag set, it is still handled as if the flag was set.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition