IDwoReadOnlyCompute Interface
.NET Standard 2.x
Represents a computed field control. All properties are read-only.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Implements
PowerScript.Bridge.IDwoReadOnlyControlBase
Syntax
public interface IDwoReadOnlyCompute : IDwoReadOnlyControlBase
Property
| Name | Return Type | Description |
|---|---|---|
| Expression | IReadOnlyExpressionable<object> | Gets the expression for a computed field control. |
| Name | System.String | Gets the name of the control. (Inherited from IDw) |
| Type | DwoType | Gets the type of the control. (Inherited from IDwoReadOnly) |