dbicList Send comments on this topic.
enumListType Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumListType Enumeration

Determines how the nodes will be drawn.

Syntax

Visual Basic (Declaration) 
Public Enum enumListType 
   Inherits System.Enum
C# 
public enum enumListType : System.Enum 

Members

MemberDescription
ListViewThe nodes will be drawn in a list format.
TreeViewThe nodes will be drawn in a tree format which can contain child nodes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumListType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also