A collection that containes instances of type AutoHideGroup.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class AutoHideGroupCollection : IList, ICollection, IEnumerable
Inheritance: objectAutoHideGroupCollection
Implements:
Properties
Gets the number of AutoHideGroup instances currently contained.
C#
public int Count { get; }
Implements:
Gets the AutoHideGroup instance at the specified index in the collection
Methods
Adds the specified AutoHideGroup instance to the collection.
Removes all entries from the collection.
C#
public void Clear()
Implements:
Copies the collection to the destination Array, starting from the specified index.
C#
public void CopyTo(AutoHideGroup[] array, int arrayIndex)
Removes the specified instance from the collection.