Skip to main content
All docs
V23.2

BindToTypePolicy.QueryBindToTypeEventArgs.TypeName Property

Gets the type name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string TypeName { get; }

Property Value

Type Description
String

The type name.

Remarks

Use the Type property to resolve the type.

See Also