Back to Devexpress

DevExpress.Utils.Layout Namespace

windowsforms-devexpress-dot-utils-dc7ba305.md

latest1.8 KB
Original Source

DevExpress.Utils.Layout Namespace

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

Assembly : DevExpress.Utils.v25.2.dll

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

Classes

NameDescription
StackPanelA panel that arranges its child elements in a single line, either vertically or horizontally.
TablePanelA panel with a table layout, where each cell can host a control.
TablePanelColumnA column in the TablePanel.
TablePanelEntityThe base class for columns and rows in the TablePanel.
TablePanelRowA row in the TablePanel.
XtraLayoutPanelBaseThe base class for the StackPanel and TablePanel classes.

Enums

NameDescription
TablePanelEntityStyleEnumerates size types for rows and columns in the TablePanel.