Class DockAutoHideSerializationContainer
Represents a logical container of TabStrip instances that contain RadDock windows with "auto-hide" state
Inheritance
System.Object
DockAutoHideSerializationContainer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockAutoHideSerializationContainer
Properties
BottomAutoHideGroups
Declaration
public AutoHideGroupCollection BottomAutoHideGroups { get; }
Property Value
AutoHideGroupCollection
|
LeftAutoHideGroups
Declaration
public AutoHideGroupCollection LeftAutoHideGroups { get; }
Property Value
AutoHideGroupCollection
|
RightAutoHideGroups
Declaration
public AutoHideGroupCollection RightAutoHideGroups { get; }
Property Value
AutoHideGroupCollection
|
TopAutoHideGroups
Declaration
public AutoHideGroupCollection TopAutoHideGroups { get; }
Property Value
AutoHideGroupCollection
|