Back to Devexpress

LayoutViewMode Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-c227b489.md

latest2.1 KB
Original Source

LayoutViewMode Enum

Enumerates card display modes.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum LayoutViewMode
vb
Public Enum LayoutViewMode

Members

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

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

ViewMode

Layout View

DevExpress.XtraGrid.Views.Layout Namespace