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

TypeViewInfo.TypeFullName Property

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string TypeFullName { get; }

Property Value

Type Description
String

A String value.

See Also