| C# |
public interface ITableEditor : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Activate()()() |
Activates the control, bringing it into focus.
| |
| AttachSavedSearch(SavedSearch) |
Associates a saved search with this instance.
| |
| CommentEditor |
Gets or sets the editor user to edit comments.
| |
| CommentEditorVisible |
Gets or sets whether the comment editor is visible.
| |
| CommentEditorVisibleChanged |
Occurs when the comment editor is shown or hidden.
| |
| CurrentDataRow |
Gets the current data row.
| |
| Data |
Gets the data source.
| |
| DataEditor |
Gets or sets the editor used to edit the current record.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| Disposed |
Occurs when the object has been disposed.
| |
| Explorer |
Gets the hosting explorer.
| |
| NavigationItem |
Gets the current navigation item.
| |
| PersistViewState()()() |
Saves the current view state.
| |
| Save(Boolean) |
Saves changes, if any.
| |
| Save()()() |
Saves changes, if any.
| |
| SavedSearch |
Gets the saved search, containing criteria for the current view of data.
| |
| TableEditGrid |
Gets the control that shows the data in a grid of rows and columns.
| |
| ToolStrip |
Gets the main ToolStrip.
|