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

In This Topic
    Copying Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientCopying client event. Occurs when the user is copying the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
    Syntax
    'Declaration
     
    Public Overridable Property Copying As String
    public virtual string Copying {get; set;}
    Remarks
    The event handler may cancel the copy operation.
    See Also