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

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

Declaration

public TypeViewInfo Parent { get; }

Property Value

Type Description
TypeViewInfo

A TypeViewInfo object specifying the parent of the current type.

See Also