TcxGridLayoutViewViewMode Enum
Enumerates card display modes.
Declaration
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