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

TcxGridPreview Class

Contains the preview settings for the View.

#Declaration

Delphi
TcxGridPreview = class(
    TcxCustomGridOptions
)

#Remarks

This class includes various settings: the preview position within the View, the number of text lines shown, the text indent, etc. The main preview settings – Visible and Column – specify the preview section visibility and the column (also called preview column) that provides values for this section.

Use the View’s Preview property to access the preview settings.

See Also