Xceed Toolkit Plus for WPF v4.6 Documentation
LayoutAnchorGroup Class Members
Properties  Methods  Events


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace : LayoutAnchorGroup Class

The following tables list the members exposed by LayoutAnchorGroup.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the LayoutAnchorGroup class.  
Top
Public Properties
 NameDescription
Public PropertyGets the child elements. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public PropertyGets the number of child elements. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Property (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Property (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Property (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public PropertyGets whether the layout group is visible. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public PropertyGets or sets the parent container of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public PropertyGets or sets the root of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Top
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodDetermines whether an element is visible. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodReturns null. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodReturns the index of the specified child layout element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodInserts the specified child layout element at the specified index. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodMoves a child from an old index to a new index within a pane (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodOverridden. Reads serialized layout information using the specified XmlReader.  
Public MethodRemoves the specified child ILayoutElement. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodRemoves the child element at the specified index. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodReplaces a child ILayoutElement with a new one. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodReplaces the child element at the specified index with the specified element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodOverloaded.  (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public MethodOverridden. Writes serialized layout information using the specified XmlWriter.  
Top
Protected Methods
 NameDescription
Protected Method

Called when a child has been moved.

(Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodOverridden. Gets whether the instance is visible.  
Protected Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodCalled when the ChildrenCollectionChanged event is raised. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodCalled when the ChildrenTreeChanged event is raised. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodCalled when IsVisible has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodCalled when Parent has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodProvides derived classes an opportunity to execute code before the Parent property changes. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodProvides derived classes an opportunity to handle changes to the Root property. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodRaises the PropertyChanged event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected MethodRaises the PropertyChanging event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Protected Internal Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Top
Public Events
 NameDescription
Public EventRaised when the child collection changes. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
Public EventRaised when the children tree changes. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public EventRaised when a property has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Public EventRaised when a property is about to change. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<LayoutAnchorable>)
Top
See Also

Reference

LayoutAnchorGroup Class
Xceed.Wpf.AvalonDock.Layout Namespace