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

In This Topic
    ExpandSelectionOnCopyPaste Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ExpandSelectionOnCopyPaste. Sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.
    Syntax
    'Declaration
     
    Public Property ExpandSelectionOnCopyPaste As Boolean
    public bool ExpandSelectionOnCopyPaste {get; set;}
    See Also