Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridLayoutViewViewMode Enum

Enumerates card display modes.

#Declaration

Delphi
TcxGridLayoutViewViewMode = (
    lvvmSingleRecord,
    lvvmSingleRow,
    lvvmMultiRow,
    lvvmSingleColumn,
    lvvmMultiColumn,
    lvvmCarousel
);

#Members

Name
lvvmSingleRecord
lvvmSingleRow
lvvmMultiRow
lvvmSingleColumn
lvvmMultiColumn
lvvmCarousel

#Remarks

Options include:

Value Description
lvvmSingleRecord A single card is displayed at one time. Use the OptionsView.SingleRecordStretch property to specify how a card is stretched in this mode.
lvvmSingleRow Cards are arranged in a single row.
lvvmMultiRow Cards are arranged in multiple rows.
lvvmSingleColumn Cards are arranged in a single column.
lvvmMultiColumn Cards are arranged in multiple columns.
lvvmCarousel Cards are arranged in an ellipse with transparency, scale, and animation effects that mimic a rolling carousel. You can adjust carousel characteristics using the View’s OptionsView.CarouselMode options.
See Also