Gets or sets the default editor for cells in this column.
Syntax
'Declaration
Public Property Editor As IEditor
'Usage
Dim instance As Column
Dim value As IEditor
instance.Editor = value
value = instance.Editor
public IEditor Editor {get; set;}
See Also