Skip to main content

TypeViewInfo.Namespace Property

Gets the name of the namespace containing the current type.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string Namespace { get; }

Property Value

Type Description
String

A string that specifies the namespace containing the current type.

See Also