Editor Property (StyleInfo)
In This Topic
Gets or sets the editor of the cell 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