ForbiddenZoneCollection.CopyTo(ASPxDockZone[], Int32) Method
Copies the items from the panel’s forbidden zone collection to the specified array, starting at the specified index in the array object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
array | ASPxDockZone[] | A zero-based System.Array object that receives the copied items from the ForbiddenZoneCollection collection. |
arrayIndex | Int32 | The first position in the specified System.Array object to receive the copied contents. |
Remarks
Use this method to copy the contents of the ForbiddenZoneCollection into the specified System.Array object, starting at the specified index.
Note
The array parameter must be a zero-based System.Array object.
Implements
See Also