AutoHideContainerCollection.AddRange(AutoHideContainer[]) Method
Appends an array of AutoHideContainer objects to the collection.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void AddRange(
AutoHideContainer[] autoHideContainers
)
Parameters
Name | Type | Description |
---|---|---|
autoHideContainers | AutoHideContainer[] | An array of AutoHideContainer objects to add to the collection. |
Remarks
The AddRange method adds items to the end of the collection in the order they appear within the specified array.
This member supports the .NET Framework infrastructure and should not be used directly from your code.
See Also