Show / Hide Table of Contents

    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.IDwoReadOnly

    Syntax

    public interface IDwoReadOnlyCompute : IDwoReadOnly
    

    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 IDwoReadOnly)
    Type DwoType Gets the type of the control. (Inherited from IDwoReadOnly)
    Back to top Generated by Appeon