Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditBehaviorOptions.PasteSingleCellAsText Property

Specifies if a paste operation inserts one copied table cell as text.

#Declaration

Delphi
property PasteSingleCellAsText: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False
  • If True, a paste operation inserts only text from one copied table cell into a document.
  • If False, a paste operation inserts one copied table cell into a document as is.

#Remarks

Set the PasteSingleCellAsText property to True or False to change the behavior of paste operations in relation to one table cell previously copied to the clipboard.

#Limitations

The PasteSingleCellAsText property affects only an individual copied table cell. If the clipboard contains multiple table cells, a paste operation always inserts them as a table.

#Default Value

The PasteSingleCellAsText property’s default value is False.

See Also