Skip to main content

TypeViewInfo.ClassType Property

Indicates the object type.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public TypeViewInfoNodeType ClassType { get; }

Property Value

Type Description
TypeViewInfoNodeType

A TypeViewInfoNodeType enumeration value.

Available values:

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.

See Also