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.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LayoutViewMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also