aspnet-devexpress-dot-web-fb217860.md
Specifies a control’s layout.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum Layout
Public Enum Layout
| 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.
|
The following properties accept/return Layout values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxCardViewSettings.LayoutMode |
| ASPxDataView.Layout | |
| ASPxImageGallery.Layout | |
| ASP.NET MVC Extensions | CardViewModel.LayoutMode |
| DataViewSettings.Layout | |
| ImageGallerySettings.Layout |
See Also