Back to Devexpress

TcxGridPreview.Place Property

vcl-cxgridtableview-dot-tcxgridpreview-3d326ec7.md

latest807 B
Original Source

TcxGridPreview.Place Property

Specifies the preview section position relative to the row for which it is displayed.

Declaration

delphi
property Place: TcxGridPreviewPlace read; write; default ppBottom;

Property Value

TypeDefault
TcxGridPreviewPlaceppBottom

Remarks

Values include:

ValueDescription
ppBottomThe preview is displayed at the bottom of the row
ppTopThe preview is displayed at the top of the row

The default value of the Place property is ppBottom.

See Also

TcxGridPreview Class

TcxGridPreview Members

cxGridTableView Unit