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

DataBinding.TypeName Property

Gets the string that is the type name used in serialization of the data binding types.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public string TypeName { get; }

Property Value

Type Description
String

A string that is the type name.

See Also