Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    #Declaration

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

    #Property Value

    Type Description
    String

    A string that is the type name.

    See Also