API Reference
Class
TableArtifactCapabilities
Declares host-level table behaviors supported by a table artifact or data provider.
Inheritance
- Object
- TableArtifactCapabilities
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method TableArtifact.Supports
- Method TableArtifact.WithCapabilities
Fields
None #No interactive table behavior is declared.
Search #The table can be searched.
Sort #The table can be sorted.
Filter #The table can be filtered.
SingleSelection #The table supports single-row selection.
MultiSelection #The table supports multi-row selection.
CellSelection #The table supports cell-level selection.
Copy #The table supports copying cells or rows.
Export #The table supports host-driven export commands.
Virtualization #The table supports virtualized data windows.