DxExpandoDictionaryObject.CopyTo(DxExpandoDictionaryObject) Method
Copies all properties from the current object to the target object.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public void CopyTo(
DxExpandoDictionaryObject target
)
Parameters
Name | Type | Description |
---|---|---|
target | DxExpandoDictionaryObject | The target object. |
See Also