Get or sets a value that specifies how the DockLayoutManager stores its logical structure.
public LogicalTreeStructure LogicalTreeStructure { get; set; }
Public Property LogicalTreeStructure As LogicalTreeStructure
The DockLayoutManager can store its logical tree of layout items in the following ways:
The DockLayoutManager control has better performance when the LogicalTreeStructure property is set to LogicalTreeStructure.Optimized.