Gets a collection that relates a C1DockControl/C1DockGroup/C1DockTabControl with the corresponding XElement.
Use this property to save/load custom properties.
Namespace:
C1.Silverlight.DockingAssembly: C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)
Syntax
C# |
---|
public ReadOnlyCollection<DockSettingsItem> Items { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] private set; } |
Visual Basic |
---|
Public Property Items As ReadOnlyCollection(Of DockSettingsItem) <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Private Set |