ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / ShowMarquee Property

In This Topic
    ShowMarquee Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowMarquee. Sets a value that indicates whether the grid should display a marquee element around the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property ShowMarquee As Boolean
    public virtual bool ShowMarquee {get; set;}
    See Also