Interface for a data editor that binds to a IDataEditorRecordSource
and allows the current record to be edited.
| C# |
public interface IDataEditor : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AttachDataSource(DataPlaceDataSource) |
Attaches to a data source.
| |
| BindingContext |
Gets or sets the binding context for data-bound items.
| |
| DataSource |
Gets the underlying data source.
| |
| DataView |
Gets the view of the current table.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| EnableTracking(Control) |
Enables an outside control to share currency, remaining synchronized with the current record.
| |
| Parent |
Gets the parent control.
| |
| ProvideCustomControl |
Occurs when a custom editing control is requested.
| |
| RecordSource |
Gets an object that provides data context and currency and is used to retrieve and update data.
| |
| RefreshView()()() |
Refreshes the editor's display to reflect current data values.
| |
| TopDataView |
Gets the view of the top-most table being edited.
|