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

DevExpress.Utils.Layout Namespace

In This Article

Provides simplified form layout panels: the DevExpress.Utils.Layout.StackPanel and DevExpress.Utils.Layout.TablePanel objects.

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Classes

Name Description
StackPanel A panel that arranges its child elements in a single line, either vertically or horizontally.
TablePanel A panel with a table layout, where each cell can host a control.
TablePanelColumn A column in the TablePanel.
TablePanelEntity The base class for columns and rows in the TablePanel.
TablePanelRow A row in the TablePanel.
XtraLayoutPanelBase The base class for the StackPanel and TablePanel classes.

#Enums

Name Description
TablePanelEntityStyle Enumerates size types for rows and columns in the TablePanel.