TcxGridPreview Class
In This Article
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
See Also