DataPlace
ITableEditGrid Interface
CSCS.DataPlace.EditITableEditGrid
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.
Declaration Syntax
C#
public interface ITableEditGrid : IDisposable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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.

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819