Skip to main content
Tab

Layout Enum

Specifies a control’s layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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

See Also