Skip to main content

TypeViewInfo.TypeFullName Property

Gets the full name of the current type, which includes its namespace.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string TypeFullName { get; }

Property Value

Type Description
String

A String value.

See Also