Protocols

The Data Table Component

Use the following protocols to work with the Data Grid component:

Identifier Brief description
The <NuGridActionDelegate> protocol is used to execute various operations with a table.
The <NuGridCellCache> protocol is used to work with table cell cache.
The <NuGridCellEditor> protocol is used to work with cell editor.
The <NuGridDataSource> protocol is used to work with table data source.
The <NuGridDelegate> protocol is used to work with table basic functionality.
The <NuGridProxyDataSource> protocol is used to work with proxy data source.
The <NuGridUpdateObserver> protocol is used to work with observer.

See also:

Working with the Data Grid Component