Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellEditEventArgs Class / Editor Property

In This Topic
    Editor Property (GridCellEditEventArgs)
    In This Topic
    Gets the editor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Editor As ComponentBase
    public ComponentBase Editor {get;}
    See Also