Back to Devexpress

LogicalTreeStructure Enum

wpf-devexpress-dot-xpf-dot-docking-f370dc10.md

latest1.4 KB
Original Source

LogicalTreeStructure Enum

Lists values that specify the logical tree structure.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum LogicalTreeStructure
vb
Public Enum LogicalTreeStructure

Members

NameDescription
Default

The DockLayoutManager stores its logical tree of layout items as a tree that reflects the actual item hierarchy.

| | Optimized |

The DockLayoutManager stores its layout panels as logical children.

|

The following properties accept/return LogicalTreeStructure values:

Remarks

The values listed by this enumeration are used to set the DockLayoutManager.LogicalTreeStructure property.

See Also

DevExpress.Xpf.Docking Namespace