Interface for a control that shows a grid of data rows and column values,
which supports editing one or more tables and provides navigation between tables and rows.
| C# |
public interface ITableEditGrid : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| BeginUpdate()()() |
Signals that data refreshing has begun.
| |
| CurrentTableChanged |
Occurs after navigating to a different table.
| |
| CurrentTableName |
Gets the name of the current table.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| Disposed |
Occurs when the object has been disposed.
| |
| EndUpdate()()() |
Signals that data refreshing has completed.
| |
| GridConfigured |
Occurs when the grid is initialized and ready for use.
| |
| GridControl |
Gets the control that forms the grid.
| |
| GridTableProcessed |
Occurs when a table's presentation characteristics have been processed.
|