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
Parameters
Name | Type | Description |
---|---|---|
options | RequestOptions | Options that are copied to the current object. |
See Also