Skip to main content

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.v23.2.dll

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

Declaration

public TypeViewInfo[] Nested { get; }

Property Value

Type Description
TypeViewInfo[]

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

See Also