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

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