IDataObject Interface
.NET Standard 2.x | Current Version (1.0.1) 
Represents an object which can be used for the direct manipulation of controls within a DataWindow object from a script. These controls could be, for example, columns or computed controls.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Implements
PowerBuilder.Data.IReadOnlyDataObject
PowerBuilder.Data.IDataObjectBase
System.ICloneable<IDataObject>
Syntax
public interface IDataObject : IReadOnlyDataObject, IDataObjectBase, ICloneable<IDataObject>
Property
| Name | Return Type | Description |
|---|---|---|
| Columns | IDwoList<IDwoColumn> | Gets or sets the column controls in the DataWindow. |
| Computes | IDwoList<IDwoCompute> | Gets or sets the computed controls in the DataWindow. |
| DataWindow | IDwoDataWindow | Gets or sets the IDwoDataWindow object which contains properties for the DataWindow object. |
| Groups | IList<IDwGroup> | Gets or sets the properties for the Groups keyword. |
| Item[int index] | PowerBuilder.Data.IDwoReadOnly | Gets the control at the specified index. (Inherited from IReadOnlyDataObject |
| Item[string name] | PowerBuilder.Data.IDwoReadOnly | Gets the control in the DataWindow by its name. (Inherited from IReadOnlyDataObject |