TcxGridTableItemAIOptions.SmartPaste Property
Provides access to Smart Paste command settings for the grid data item.
Declaration
property SmartPaste: TdxAISmartPasteOptions read; write;
Property Value
| Type | Description |
|---|---|
| TdxAISmartPasteOptions | Stores Smart Paste command settings for a grid data item. |
Remarks
Use the SmartPaste property to configure Smart Paste command behavior for the grid data item.
Available Options
The SmartPaste.Description property allows you to specify a description for the data item (in a natural language) for the current AI service provider (the data format, additional instructions, etc.).
You can also set the SmartPaste property to False to exclude the data item from Smart Paste operations.
See Also