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

In This Topic
    AutoClipboard Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoClipboard. Sets whether the grid should handle clipboard shortcuts.
    Syntax
    'Declaration
     
    Public Overridable Property AutoClipboard As Boolean
    public virtual bool AutoClipboard {get; set;}
    Remarks
    The clipboard commands are as follows:ctrl+C, ctrl+Ins,Copy grid selection to cliboard;ctrl+V, shift+Ins,Paste clipboard text to grid selection.
    See Also