Skip to main content
All docs
V25.2
  • WebApiOptions.DeltaTypeProvider Property

    For internal use.

    Namespace: DevExpress.ExpressApp.WebApi.Services

    Assembly: DevExpress.ExpressApp.WebApi.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.WebApi

    Declaration

    [Browsable(false)]
    public Func<Type, Type> DeltaTypeProvider { get; }

    Property Value

    Type
    Func<Type, Type>

    Remarks

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    See Also