TcxGridPreview.Place Property
In This Article
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
Type | Default |
---|---|
Tcx |
pp |
#Remarks
Values include:
Value | Description |
---|---|
pp |
The preview is displayed at the bottom of the row |
pp |
The preview is displayed at the top of the row |
The default value of the Place property is ppBottom.
See Also