DevExpress.Wpf.LayoutControl
26.1.5-pre-26248
Prefix Reserved
dotnet add package DevExpress.Wpf.LayoutControl --version 26.1.5-pre-26248
NuGet\Install-Package DevExpress.Wpf.LayoutControl -Version 26.1.5-pre-26248
<PackageReference Include="DevExpress.Wpf.LayoutControl" Version="26.1.5-pre-26248" />
<PackageVersion Include="DevExpress.Wpf.LayoutControl" Version="26.1.5-pre-26248" />
<PackageReference Include="DevExpress.Wpf.LayoutControl" />
paket add DevExpress.Wpf.LayoutControl --version 26.1.5-pre-26248
#r "nuget: DevExpress.Wpf.LayoutControl, 26.1.5-pre-26248"
#:package DevExpress.Wpf.LayoutControl@26.1.5-pre-26248
#addin nuget:?package=DevExpress.Wpf.LayoutControl&version=26.1.5-pre-26248&prerelease
#tool nuget:?package=DevExpress.Wpf.LayoutControl&version=26.1.5-pre-26248&prerelease
DevExpress WPF Layout Control
DevExpress.Wpf.LayoutControl includes DevExpress WPF layout containers. These controls arrange child elements and their labels automatically, so a data entry form or dashboard maintains consistent alignment and spacing without a hand-built Grid.
dotnet add package DevExpress.Wpf.LayoutControl
Included Components
LayoutControl: The main container.LayoutGroupnests groups, andLayoutItempairs aLabelwith an editor.LabelPositionaligns labels across the group.DataLayoutControl: Generates a layout based on a bound object's properties.DataLayoutItemis a generated item.FlowLayoutControl: Arranges items in a row or column and wraps them when available space is insufficient.TileLayoutControl: Arranges items as tiles, as in a Windows-style start screen.DockLayoutControl: Docks child elements to container edges and stretches the last one.
Key Features
- Automatic Label Alignment: Labels within a group align to the same edge regardless of their text length.
- Nested Groups: Combine groups with different
Orientationvalues to build multi-column forms. - Generated Layouts:
DataLayoutControlbuilds a data entry form based on data object properties. - Customization Mode: Users can drag items to rearrange and temporarily hide them.
- Layout Persistence: Save and restore layouts.
- Tile and Flow Presentation:
TileLayoutControlandFlowLayoutControlimplement dashboard and wrap-panel usage scenarios.
Examples
Build a Data Entry Form
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol">
<dxlc:LayoutControl>
<dxlc:LayoutGroup Orientation="Vertical">
<dxlc:LayoutItem Label="First Name">
<dxe:TextEdit EditValue="{Binding FirstName}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Label="Last Name">
<dxe:TextEdit EditValue="{Binding LastName}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Label="Email">
<dxe:TextEdit EditValue="{Binding Email}" />
</dxlc:LayoutItem>
</dxlc:LayoutGroup>
</dxlc:LayoutControl>
</Window>
In this configuration, the layout behaves as follows:
- Stacks three labeled editors vertically
- Aligns all three labels to the same width
- Allows users to rearrange items if customization mode is active
NOTE:
DevExpress.Xpf.LayoutControl.LayoutGroupis not the same type asDevExpress.Xpf.Docking.LayoutGroupfrom the DevExpress.Wpf.Docking package. Reference the namespace that matches the control you use.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Related Components/Packages
DevExpress.Wpf.Docking - DevExpress WPF dock windows and document management UI.
dotnet add package DevExpress.Wpf.Docking
DevExpress.Wpf.Core - DevExpress WPF data editors and core libraries.
dotnet add package DevExpress.Wpf.Core
DevExpress.Wpf - The complete DevExpress WPF Control suite.
dotnet add package DevExpress.Wpf
Demos
NOTE: Demo links below only work if you already have DevExpress WPF Demos installed on your machine. To install demos, download and run the DevExpress Unified Installer (evaluation or licensed version). Remember to select "Demo Applications" on the product selection screen.
- DevExpress WPF Layout Control - LayoutControl
- DevExpress WPF Layout Control - DataLayoutControl
- DevExpress WPF Layout Control - FlowLayoutControl
- DevExpress WPF Layout Control - TileLayoutControl
Documentation
- Customization Mode
- Available Items List
- LayoutControl Class Reference
- DataLayoutControl Class Reference
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- DevExpress.Data (= 26.1.5-pre-26248)
- DevExpress.Data.Desktop (= 26.1.5-pre-26248)
- DevExpress.Mvvm (= 26.1.5-pre-26248)
- DevExpress.Wpf.Core (= 26.1.5-pre-26248)
-
net8.0-windows
- DevExpress.Data (= 26.1.5-pre-26248)
- DevExpress.Data.Desktop (= 26.1.5-pre-26248)
- DevExpress.Mvvm (= 26.1.5-pre-26248)
- DevExpress.Wpf.Core (= 26.1.5-pre-26248)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.LayoutControl:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.Printing
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Reporting
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.PdfViewer
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Dashboard
Target Platform/Framework: Desktop DevExpress Product Libraries Used: BI Dashboard (https://www.devexpress.com/dashboard) Available in the following DevExpress Subscription(s): Universal |
|
|
DevExpress.Wpf.Scheduling
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5-pre-26248 | 284 | 9/11/2026 |
| 26.1.5-pre-26241 | 551 | 9/2/2026 |
| 26.1.5-pre-26235 | 565 | 8/26/2026 |
| 26.1.5-pre-26227 | 637 | 8/18/2026 |
| 26.1.4 | 20,544 | 8/7/2026 |
| 26.1.4-pre-26200 | 612 | 7/23/2026 |
| 26.1.4-pre-26190 | 690 | 7/14/2026 |
| 26.1.4-pre-26179 | 630 | 7/2/2026 |
| 26.1.3 | 32,583 | 6/18/2026 |
| 25.2.9 | 3,256 | 8/3/2026 |
| 25.2.8 | 11,500 | 6/10/2026 |
| 25.2.7 | 23,493 | 5/6/2026 |
| 25.2.6 | 22,842 | 4/7/2026 |
| 25.2.5 | 31,381 | 3/2/2026 |
| 25.1.13 | 891 | 7/31/2026 |
| 25.1.12 | 880 | 6/10/2026 |
| 25.1.11 | 1,531 | 5/5/2026 |
| 25.1.10 | 7,195 | 4/6/2026 |
| 25.1.9 | 1,401 | 3/2/2026 |