Gets or sets the editor of the cell for the style.
Syntax
'Declaration
Public Overridable Property Editor As IEditor
'Usage
Dim instance As StyleInfo
Dim value As IEditor
instance.Editor = value
value = instance.Editor
public virtual IEditor Editor {get; set;}
See Also