Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IEnhancedRenderer Interface / ShowEditor Property


In This Topic
    ShowEditor Property (IEnhancedRenderer)
    In This Topic
    Indicates whether a celltype shows the editor.
    Syntax
    'Declaration
     
    
    ReadOnly Property ShowEditor As Boolean
    'Usage
     
    
    Dim instance As IEnhancedRenderer
    Dim value As Boolean
     
    value = instance.ShowEditor
    bool ShowEditor {get;}
    See Also