TcxGridLayoutViewOptionsView Class
Stores Layout View appearance settings.
Declaration
TcxGridLayoutViewOptionsView = class(
TcxGridCustomLayoutViewOptionsView
)
Remarks
This class has members that allow you to do the following:
Switch between card display modes (ViewMode).
Customize the Layout View’s appearance in carousel mode (CarouselMode).
Hide or show cell borders (CellBorders).
Center cards within the View (CenterRecords).
Specify how the View stretches a single displayed card (SingleRecordStretch).
Limit the number of cards in columns and rows (MaxColumnCount and MaxRowCount).
Specify padding for a card’s content (ItemPadding).
Adjust the card border width (RecordBorderWidth).
Limit the data item’s minimum width (MinValueWidth).
Customize card caption settings (RecordCaption).
Adjust card margins (RecordIndent).
Specify custom card dimensions (RecordSize).
Hide partially visible cards (ShowOnlyEntireRecords).
A grid Layout View’s OptionsView property references a TcxGridLayoutViewOptionsView object.