Back to Devexpress

TcxGridLayoutViewViewMode Enum

vcl-cxgridlayoutview-303bd58c.md

latest1.5 KB
Original Source

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:

ValueDescription
lvvmSingleRecordA single card is displayed at one time. Use the OptionsView.SingleRecordStretch property to specify how a card is stretched in this mode.
lvvmSingleRowCards are arranged in a single row.
lvvmMultiRowCards are arranged in multiple rows.
lvvmSingleColumnCards are arranged in a single column.
lvvmMultiColumnCards are arranged in multiple columns.
lvvmCarouselCards 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

TcxGridLayoutViewOptionsView.ViewMode

cxGridLayoutView Unit