[]
Specifies the normal or additem mode.
public enum DataModeEnum
Name | Description |
---|---|
AddItem | The list portion of the control is populated with data via the AddItem method. The first item added starts at zero. When in AddItem mode, the DataSource and DataMember properties are ignored. |
Normal | The control displays data available from its bound DataSource. |