DevExpress.Utils.Layout Namespace
Provides simplified form layout panels: the DevExpress.Utils.Layout.StackPanel and DevExpress.Utils.Layout.TablePanel objects.
Assembly: DevExpress.Utils.v24.1.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. |