Skip to main content
All docs
V24.2

BindToTypePolicy.QueryBindToTypeEventArgs.TypeName Property

Gets the type name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.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