LayoutGroup.View Property
Gets or sets the LayoutGroup’s visual style. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public LayoutGroupView View { get; set; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
Available values:
Name | Description |
---|---|
Group | A Layout |
Group |
A Layout |
Tabs | A Layout |
#Remarks
To allow borders and a caption (LayoutGroup.Header) for a LayoutGroup object, set the View property to LayoutGroupView.GroupBox.
To represent a group as a tabbed group, set the View property to LayoutGroupView.Tabs. As a result, the group’s children will be represented as tabs.
Note
In the Layout
The LayoutControl.TabHeader attached property allows you to specify tab headers for any child represented as a tab within a tabbed group. For a LayoutGroup represented as a tab, the tab header displays either the LayoutControl.TabHeader or LayoutGroup.Header object (if LayoutControl.TabHeader is not set).
Note
The View property is not supported by the Layout
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the View property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.