Show / Hide Table of Contents

    IDwoReadOnlyColumn Interface

    .NET Standard 2.x

    Represents a column control. All properties are read-only.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IDwoReadOnly

    Syntax

     public interface IDwoReadOnlyColumn : IDwoReadOnly
    

    Property

    Name Return Type Description
    Dddw IDwReadOnlyDddw Gets properties that control the appearance and behavior of a column with the DropDownDataWindow edit style.
    Edit IDwReadOnlyEdit Gets settings that affect the appearance and behavior of columns whose edit style is Edit.
    ID System.Int16 Gets the ID of the column.
    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