ComponentOne List for WinForms
C1.Win.C1List Namespace / DataModeEnum Enumeration

In This Topic
    DataModeEnum Enumeration
    In This Topic
    Specifies the normal or additem mode.
    Syntax
    'Declaration
     
    
    Public Enum DataModeEnum 
       Inherits System.Enum
    public enum DataModeEnum : System.Enum 
    Members
    MemberDescription
    AddItemThe 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.
    NormalThe control displays data available from its bound DataSource.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.DataModeEnum

    See Also