TcxGridLayoutViewViewMode Enum
In This Article
Enumerates card display modes.
#Declaration
Delphi
TcxGridLayoutViewViewMode = (
lvvmSingleRecord,
lvvmSingleRow,
lvvmMultiRow,
lvvmSingleColumn,
lvvmMultiColumn,
lvvmCarousel
);
#Members
Name |
---|
lvvm
|
lvvm
|
lvvm
|
lvvm
|
lvvm
|
lvvm
|
#Remarks
Options include:
Value | Description |
---|---|
lvvm |
A single card is displayed at one time. Use the Options |
lvvm |
Cards are arranged in a single row. |
lvvm |
Cards are arranged in multiple rows. |
lvvm |
Cards are arranged in a single column. |
lvvm |
Cards are arranged in multiple columns. |
lvvm |
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 Options |
See Also