Back to Devexpress

LayoutViewOptionsMultiRecordMode Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsmultirecordmode-dot-underscore-properties.md

latest2.2 KB
Original Source

LayoutViewOptionsMultiRecordMode Properties

Contains options that control the layout of cards when a multiple record display mode is enabled.

NameDescription
MaxCardColumnsGets or sets the maximum number of columns displayed in the View. This option is in effect when multiple columns are allowed to be displayed (in Row, MultiRow and MultiColumn view modes).
MaxCardRowsGets or sets the maximum number of rows displayed in the View. This option is in effect when multiple rows are allowed to be displayed (in Column, MultiColumn and MultiRow view modes).
MultiColumnScrollBarOrientationGets or sets the scroll bar’s orientation in multi column display mode.
MultiRowScrollBarOrientationGets or sets the scroll bar’s orientation in multi row display mode.
StretchCardToViewHeightGets or sets whether cards are stretched vertically to fully fill the View’s height. This option is in effect when cards are arranged in rows (in Row and MultiRow view modes).
StretchCardToViewWidthGets or sets whether cards are stretched horizontally to fully fill the View’s width. This option is in effect when cards are arranged in columns (in Column and MultiColumn view modes).

See Also

LayoutViewOptionsMultiRecordMode Class

LayoutViewOptionsMultiRecordMode Members

DevExpress.XtraGrid.Views.Layout Namespace