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

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

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

    Property Value

    Type Description
    String

    A string that is the type name.

    See Also