Show / Hide Table of Contents

    IDwo<TDwo> Interface

    .NET Standard 2.x

    Represents a control in DataObject. It contains public properties for all controls. TDwo is the class of a control.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IDwoReadOnly

    DwNet.Data.IDwoElement<TDwo>

    Syntax

    public interface IDwo<TDwo> : IDwoReadOnly, IDwoElement<TDwo>
    

    Property

    Name Return Type Description
    Name System.String Gets the name of the control. (Inherited from IDw)
    Type DwoType Gets the type of the control. (Inherited from IDwoReadOnly)
    Back to top Generated by Appeon