ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / PastedCell Property

In This Topic
    PastedCell Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPastedCell client event. Occurs after the user has pasted content from the clipboard into a cell.
    Syntax
    'Declaration
     
    Public Overridable Property PastedCell As String
    public virtual string PastedCell {get; set;}
    See Also