Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ShowMarquee Property

In This Topic
    ShowMarquee Property (FlexGrid)
    In This Topic
    Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection.
    Syntax
    'Declaration
     
    
    Public Property ShowMarquee As Boolean
    public bool ShowMarquee {get; set;}
    See Also