Layout Enum
In This Article
Specifies a control’s layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Table
|
Data items are displayed using the fixed table layout with the specified column and row count. |
Flow
|
Data items flow one after another, to fill the available page area. |
Breakpoints
|
Organizes items according to custom layout scenarios for different browser widths. |
#Related API Members
The following properties accept/return Layout values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASPx |
|
ASP. |
Card |
Data |
|
Image |
See Also