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

In This Topic
    CopyHeaders Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.CopyHeaders. Sets copied header cells when copying the content to the clipboard.
    Syntax
    'Declaration
     
    Public Overridable Property CopyHeaders As CopyHeader
    public virtual CopyHeader CopyHeaders {get; set;}
    See Also