Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / LayoutContent Class
Fields Properties Methods Events


    LayoutContent Class Members

    The following tables list the members exposed by LayoutContent.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the ContentId dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Title dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the content can be closed definitively (removed from the layout and not just hidden).  
    Public PropertyGets whether the content can be moved to a floating window.  
    Public PropertyGets or sets if the LayoutDocument/LayoutAnchorable can use the toggle pin button when placed in a LayoutDocumentPane.  
    Public PropertyGets or sets the content of the LayoutContent instance.  
    Public Property

    Gets or sets the ID of the content, which is used to identify the content during serialization/deserialization.

     
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the height that will be initially used when the content is dragged and then displayed in a floating window.  
    Public PropertyGets or sets the left edge of a floating window that will contain this content.  
    Public PropertyGets or sets the top edge of a floating window that will contain this content.  
    Public PropertyGets or sets the width that will be initially used when the content is dragged and then displayed in a floating window.  
    Public PropertyGets the icon source of the content (displayed next on the tab).  
    Public PropertyGets whether the content is active.  
    Public Property

    Gets or sets a value indicating whether the LayoutDocument or LayoutAnchorable is enabled.

     
    Public PropertyGets or sets whether the content is in a floating window.  
    Public PropertyGets or sets if the LayoutAnchorable or LayoutDocument will appear over all other windows when floating.  
    Public PropertyGets whether the content is the last focused document.  
    Public PropertyGets or sets whether a content element is maximized.  
    Public PropertyGets if the LayoutDocument/LayoutAnchorable is currently pinned in a LayoutDocumentPane.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets whether a content element is selected.  
    Public PropertyGets or sets the date and time of the last activation of the content.  
    Public PropertyGets or sets the parent container of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public PropertyGets or sets the previous container of the content.  
    Public PropertyGets or sets the ID of the previous container.  
    Public PropertyGets or sets the index of the previous container.  
    Public PropertyGets or sets the root of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public PropertyGets or sets the title of the content.  
    Public PropertyGets or sets the tooltip of the content.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public MethodClose the content.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodCompares the content of the current instance with the content of the specified object. If it the content cannot be compared, the titles are compared.  
    Public MethodRe-dock the content to its previous container  
    Public MethodDock the content as document  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodProgrammatically creates a floating window of the content.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReturns null.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReads serialized layout information using the specified XmlReader.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public MethodModifies the pin status of the LayoutDocument/LayoutAnchorable from unpinned to pinned (or vice-versa) in a LayoutDocumentPane.  
    Public MethodWrites serialized layout information using the specified XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDocks the content.  
    Protected MethodCalled when the Closed event has been raised.  
    Protected MethodCalled when the Closing event has been raised.  
    Protected MethodProvides derived classes an opportunity to handle changes to the IsActive property.  
    Protected MethodProvides derived classes an opportunity to handle changes to the IsSelected property.  
    Protected MethodOverridden. Called when Parent has changed.  
    Protected MethodOverridden. Provides an opportunity to execute code before Parent changes.  
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected MethodProvides derived classes an opportunity to handle changes to the Root property. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected Method  
    Protected MethodRaises the PropertyChanged event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected MethodRaises the PropertyChanging event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventRaised when the content is closed (i.e., removed definitively from the layout).  
    Public EventRaised when the content is about to be closed (i.e. removed definitively from the layout).  
    Public EventRaised when the IsActive property has changed.  
    Public EventRaised when the IsSelected property has changed.  
    Public EventRaised when a property has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public EventRaised when a property is about to change. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public EventRaised when a LayoutContent's pin is pinned or unpinned.  
    Top
    See Also