DataPlace
IDataEditor Interface
CSCS.DataPlace.EditIDataEditor
Interface for a data editor that binds to a IDataEditorRecordSource and allows the current record to be edited.
Declaration Syntax
C#
public interface IDataEditor : IDisposable
Members
All MembersMethodsPropertiesEvents



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

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