Skip to main content
All docs
V25.1
  • RequestOptions.Assign(RequestOptions) Method

    Copies all settings from the options object passed as a parameter.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public virtual void Assign(
        RequestOptions options
    )

    Parameters

    Name Type Description
    options RequestOptions

    Options that are copied to the current object.

    See Also