Skip to main content

TypeViewInfo.Parent Property

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public TypeViewInfo Parent { get; }

Property Value

Type Description
TypeViewInfo

A TypeViewInfo object specifying the parent of the current type.

See Also