Show / Hide Table of Contents

    IDwoCompute Interface

    .NET Standard 2.x

    Represents a computed field control.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    PowerScript.Bridge.IDwoReadOnlyCompute

    PowerScript.Bridge.IDwo<TDwo>

    Syntax

    public interface IDwoCompute : IDwoReadOnlyCompute, IDwo<IDwoCompute>
    

    Property

    Name Return Type Description
    Expression IExpressionable<object> Gets or sets 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