Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / Editor Property


In This Topic
    Editor Property (DynamicStyleInfo)
    In This Topic
    Gets or sets the editor of the cell style.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Editor As IEditor
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As IEditor
     
    value = instance.Editor
    public virtual IEditor Editor {get;}
    See Also