TypeViewInfoNodeType Enum
Lists the supported object types.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return TypeViewInfoNodeType values:
Remarks
A TypeViewInfoNodeType object is returned by the TypeViewInfo.ClassType property.
See Also