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