Skip to main content
A newer version of this page is available. .

TypeViewInfo.Nested Property

Gets nested types of the current type in the hierarchy displayed on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public TypeViewInfo[] Nested { get; }

Property Value

Type Description
TypeViewInfo[]

An array of TypeViewInfo objects specifying nested types of the current type.

See Also