Back to Devexpress

TypeViewInfoNodeType Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-ef0a03a8.md

latest1.5 KB
Original Source

TypeViewInfoNodeType Enum

Lists the supported object types.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum TypeViewInfoNodeType
vb
Public Enum TypeViewInfoNodeType

Members

NameDescription
Namespace

The object is a namespace.

| | Class |

The object is a class.

| | Interface |

The object is an interface.

| | StaticClass |

The object is a static class.

| | AbstractClass |

The object is an abstract class.

|

The following properties accept/return TypeViewInfoNodeType values:

Remarks

A TypeViewInfoNodeType object is returned by the TypeViewInfo.ClassType property.

See Also

ClassType

DevExpress.DataAccess.Wizard.Views Namespace