Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutGroupView Enum

Contains values that specify how a LayoutGroup is visually represented.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

#Declaration

public enum LayoutGroupView

#Members

Name Description
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.

#Related API Members

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