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

TypeViewInfo.Namespace Property

Gets the name of the namespace containing the current type.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public string Namespace { get; }

Property Value

Type Description
String

A string that specifies the namespace containing the current type.

See Also