DevExpress.Utils.Layout Namespace
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 |
---|---|
Stack |
A panel that arranges its child elements in a single line, either vertically or horizontally. |
Table |
A panel with a table layout, where each cell can host a control. |
Table |
A column in the Table |
Table |
The base class for columns and rows in the Table |
Table |
A row in the Table |
Xtra |
The base class for the Stack |
#Enums
Name | Description |
---|---|
Table |
Enumerates size types for rows and columns in the Table |