Skip to main content
A newer version of this page is available. .
Tab

Layout Enum

Specifies a control’s layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum Layout

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.NET Controls and MVC Extensions ASPxCardViewSettings.LayoutMode
ASPxDataView.Layout
ASPxImageGallery.Layout
CardViewModel.LayoutMode
DataViewSettings.Layout
ImageGallerySettings.Layout
ASP.NET Bootstrap Controls BootstrapCardViewSettings.LayoutMode

See Also