Back to Devexpress

ReadOnlyPanelCollection Properties

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-readonlypanelcollection-dot-underscore-properties.md

latest3.0 KB
Original Source

ReadOnlyPanelCollection Properties

Represents a collection of all the dock panels owned by the dock manager.

NameDescription
CountGets the number of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase.
InnerList protectedGets the list of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase.
Item[Guid]Gets the dock panel with the specified unique identifier.
Item[Int32]Provides indexed access to the dock panels contained within the collection.
Item[String]Gets the dock panel which has the specified name.
ICollection.IsSynchronizedGets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). Inherited from ReadOnlyCollectionBase.
ICollection.SyncRootGets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. Inherited from ReadOnlyCollectionBase.

See Also

ReadOnlyPanelCollection Class

ReadOnlyPanelCollection Members

DevExpress.XtraBars.Docking Namespace