Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Editor Property


In This Topic
    Editor Property (NamedStyle)
    In This Topic
    Gets or sets the editor for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property Editor As IEditor
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As IEditor
     
    instance.Editor = value
     
    value = instance.Editor
    public override IEditor Editor {get; set;}
    See Also