Back to Devexpress

LayoutGroupView Enum

wpf-devexpress-dot-xpf-dot-layoutcontrol-3c1b2909.md

latest1.6 KB
Original Source

LayoutGroupView Enum

Contains values that specify how a LayoutGroup is visually represented.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public enum LayoutGroupView
vb
Public Enum LayoutGroupView

Members

NameDescription
Group

A LayoutGroup is represented on-screen without borders or a title. Its items are arranged in a single column or row.

| | GroupBox |

A LayoutGroup is represented on-screen as a group box with borders and a title. Its items are arranged in a single column or row.

| | Tabs |

A LayoutGroup is represented on-screen as a tabbed group.

|

The following properties accept/return LayoutGroupView values:

Remarks

A LayoutGroup provides the LayoutGroup.View property, that specifies how the group is visually represented.

See Also

View

DevExpress.Xpf.LayoutControl Namespace