TcxCustomGridTableItem.AI Property
Provides access to AI-powered functionality settings.
Declaration
property AI: TcxGridTableItemAIOptions read; write;
Property Value
| Type | Description |
|---|---|
| TcxGridTableItemAIOptions | Stores AI-powered functionality settings for a grid data item. |
Remarks
Use AI.SmartPaste property to configure AI-powered SmartPaste functionality for the data item.
Smart Paste Command
To execute a Smart Paste command, call the GridView.SmartPaste procedure.
See Also