Back to Devexpress

Layout Enum

aspnet-devexpress-dot-web-fb217860.md

latest1.5 KB
Original Source

Layout Enum

Specifies a control’s layout.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum Layout
vb
Public Enum Layout

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardViewSettings.LayoutMode
ASPxDataView.Layout
ASPxImageGallery.Layout
ASP.NET MVC ExtensionsCardViewModel.LayoutMode
DataViewSettings.Layout
ImageGallerySettings.Layout

See Also

DevExpress.Web Namespace