IDwDddw Interface
.NET Standard 2.x
Represents properties that control the appearance and behavior of a column with the DropDownDataWindow edit style.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Implements
Syntax
public interface IDwDddw : IDwReadOnlyDddw
Property
| Name | Return Type | Description |
|---|---|---|
| AutoRetrieve | System.Boolean | Gets or sets a bool value which indicates whether the DropDownDataWindow data is retrieved with the parent DataWindow. |
| DataColumn | System.String | Gets or sets a string whose value is the name of the data column in the associated DropDownDataWindow. |
| DisplayColumn | System.String | Gets or sets a string whose value is the name of the display column in the associated DropDownDataWindow. |
| Name | System.String | Gets or sets a string whose value is the name of the DropDownDataWindow associated with the column. |