Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarDockWindowCollection Properties
Show Inherited Hide Inherited

Represents the collection of BarDockWindow objects.
Name Description
Capacity Gets or sets the number of elements that the ArrayList can contain. Inherited from ArrayList.
Count Gets the number of elements actually contained in the ArrayList. Inherited from ArrayList.
IsFixedSize Gets a value indicating whether the ArrayList has a fixed size. Inherited from ArrayList.
IsReadOnly Gets a value indicating whether the ArrayList is read-only. Inherited from ArrayList.
IsSynchronized Gets a value indicating whether access to the ArrayList is synchronized (thread safe). Inherited from ArrayList.
Item[Int32] Gets or sets the element at the specified index. Inherited from ArrayList.
SyncRoot Gets an object that can be used to synchronize access to the ArrayList. Inherited from ArrayList.
See Also