ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockSettings Class / Items Property

In This Topic
    Items Property (C1DockSettings)
    In This Topic
    Gets a collection that relates a C1DockControl/C1DockGroup/C1DockTabControl with the corresponding XElement. Use this property to save/load custom properties.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As ReadOnlyCollection(Of DockSettingsItem)
    See Also