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

TcxGridLayoutViewOptionsView.ViewMode Property

Specifies card display modes.

#Declaration

Delphi
property ViewMode: TcxGridLayoutViewViewMode read; write; default lvvmSingleRecord;

#Property Value

Type Default
TcxGridLayoutViewViewMode lvvmSingleRecord

#Remarks

Refer to the TcxGridLayoutViewViewMode description, for details.

Note

Layout Views in lvvmSingleRow, lvvmMultiRow, or lvvmCarousel display mode rotate card captions in collapsed cards (records). Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text (including these captions) in your application.

To enable per-pixel content scrolling for Layout Views in lvvmSingleRow or lvvmSingleColumn display mode, use the View’s OptionsBehavior.RecordScrollMode property.

The default value of the ViewMode property is lvvmSingleRecord.

See Also