Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutViewMode Enum

Enumerates card display modes.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public enum LayoutViewMode

#Members

Name Description
SingleRecord

A single card is displayed at one time.

Row

Cards are arranged in a single row.

Column

Cards are arranged in a single column.

MultiRow

Cards are arranged in multiple rows.

MultiColumn

Cards are arranged in multiple columns.

Cards are arranged in an ellipse using a transparency effect. Use the LayoutView.OptionsCarouselMode property to customize related display options.

#Related API Members

The following properties accept/return LayoutViewMode values:

#Remarks

A LayoutView supports multiple card display modes, enumerated by the LayoutViewMode type. Use the LayoutViewOptionsView.ViewMode property to change the display mode.

See Also