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.IDwoReadOnlyControlBase
Syntax
public interface IDwoReadOnlyColumn : IDwoReadOnlyControlBase
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. |
| Name | System.String | Gets the name of the control. (Inherited from IDw) |
| Type | DwoType | Gets the type of the control. (Inherited from IDwoReadOnly) |