TcxGridPreview.Place Property
Specifies the preview section position relative to the row for which it is displayed.
Declaration
property Place: TcxGridPreviewPlace read; write; default ppBottom;
Property Value
Type | Default |
---|---|
TcxGridPreviewPlace | ppBottom |
Remarks
Values include:
Value | Description |
---|---|
ppBottom | The preview is displayed at the bottom of the row |
ppTop | The preview is displayed at the top of the row |
The default value of the Place property is ppBottom.
See Also