DxExpandoDictionaryObject.CopyTo(DxExpandoDictionaryObject) Method
In This Article
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
C#
public void CopyTo(
DxExpandoDictionaryObject target
)
#Parameters
Name | Type | Description |
---|---|---|
target | Dx |
The target object. |
See Also