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

DataBindingBase.TypeNameSerializable Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

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

Property Value

Type Description
String

A string that is the type name.

See Also