[]
        
(Showing Draft Content)

C1.Win.C1List.DataModeEnum

DataModeEnum Enum

Specifies the normal or additem mode.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public enum DataModeEnum

Fields

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.