Show / Hide Table of Contents

    IDwoColumn Interface

    .NET Standard 2.x

    Represents a column control.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IDwoReadOnlyColumn

    PowerScript.Bridge.IDwo<TDwo>

    Syntax

    public interface IDwoColumn : IDwoReadOnlyColumn, IDwo<IDwoColumn>
    

    Property

    Name Return Type Description
    Dddw IDwDddw Gets or sets properties that control the appearance and behavior of a column with the DropDownDataWindow edit style.
    Edit IDwEdit Gets settings that affect the appearance and behavior of columns whose edit style is Edit.
    ID System.Int16 Gets the zero-based ID of the column. (Inherited from IDwoReadOnlyColumn)
    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