windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-c227b489.md
Enumerates card display modes.
Namespace : DevExpress.XtraGrid.Views.Layout
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public enum LayoutViewMode
Public Enum LayoutViewMode
| 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.
|
| Carousel |
Cards are arranged in an ellipse using a transparency effect. Use the LayoutView.OptionsCarouselMode property to customize related display options.
|
The following properties accept/return LayoutViewMode values:
A LayoutView supports multiple card display modes, enumerated by the LayoutViewMode type. Use the LayoutViewOptionsView.ViewMode property to change the display mode.
See Also