Interface for a comment editor, which allows the user to add comments for an item such as a data row.
| C# |
public interface ICommentEditor : IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AttachBinding(IDataEditorContext, String) |
Binds this instance to an object containing contextual information about the items being edited.
| |
| AttachDataSource(DataPlaceDataSource) |
Associates this instance with a data source.
| |
| BindingContext |
Gets or sets the binding context for data-bound items.
| |
| DataSource |
Gets the associated data source.
| |
| DetachBinding()()() |
Removes data bindings.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| Parent |
Parent control.
|