C1.Win.List Namespace / DataViewEnum Enumeration

DataViewEnum Enumeration
Specifies how the grid displays its data.
Syntax
'Declaration
 
Public Enum DataViewEnum 
   Inherits 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.List.DataViewEnum

See Also