Back to Devexpress

TcxGridPreview Class

vcl-cxgridtableview-baf5de29.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridPreview

See Also

TcxGridColumn.IsPreview

TcxGridTableView.Preview

TcxGridPreview Members

cxGridTableView Unit