ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / ColumnsAutogenerationMode Enumeration

In This Topic
    ColumnsAutogenerationMode Enumeration
    In This Topic
    Determines behavior for column autogeneration.
    Syntax
    'Declaration
     
    Public Enum ColumnsAutogenerationMode 
       Inherits System.Enum
    public enum ColumnsAutogenerationMode : System.Enum 
    Members
    MemberDescription
    AppendA column will be generated for each data field and added to the end of the columns collection.
    MergeEach column having dataKey option not specified will be automatically bound to the first unreserved data field. For each data field not bound to any column a new column will be generated and added to the end of the columns collection. To prevent automatic binding of a column to a data field set its dataKey option to null.
    NoneColumn auto-generation is turned off.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Extenders.C1Grid.ColumnsAutogenerationMode

    See Also