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

In This Topic
    DataViewEnum Enumeration
    In This Topic
    Specifies how the grid displays its data.
    Syntax
    'Declaration
     
    
    Public Enum DataViewEnum 
       Inherits System.Enum
    public enum DataViewEnum : System.Enum 
    Members
    MemberDescription
    MultipleLinesThe grid will display all the fields in the current grid area with multiple lines.
    NormalThe grid will only display flat files and will not support a hierarchical view. If the data source is a hierarchical dataset, the grid will only display data from the master table.
    Inheritance Hierarchy

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

    See Also