Skip to main content
A newer version of this page is available. .

LayoutViewMode Enum

Enumerates card display modes.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

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