New to Telerik UI for WinFormsStart a free 30-day trial

A logical structure that treats a number of DockWindow instances as group that is auto-hidden/restored at once.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class AutoHideGroup

Inheritance: objectAutoHideGroup

Constructors

Constructor generally used by serializer

C#
public AutoHideGroup()

Initializes a new group, associated with the specified windows.

C#
public AutoHideGroup(IEnumerable<DockWindow> windows)
Parameters:windowsIEnumerable<DockWindow>

Properties

C#
public DockWindowSerializableCollection Windows { get; }