ClassFloatingWindowCollection
Class
An ICollection implementation to store all FloatingWindow associated with a RadDock instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class FloatingWindowCollection : ICollection, IEnumerable
Inheritance: objectFloatingWindowCollection
Implements:
Constructors
FloatingWindowCollection()
Declaration
cs-api-definition
public FloatingWindowCollection()
Properties
Count
Gets the number of FloatingWindow instances contained within the collection.
this[int]
Get the floting window at specified index in the collection
Declaration
cs-api-definition
public FloatingWindow this[int index] { get; }
Parameters
index
Property Value