ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ShowMarquee Property

In This Topic
    ShowMarquee Property (FlexSheet)
    In This Topic
    Gets or sets a value that indicates whether the grid should display a marquee element around the current selection.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overrides Property ShowMarquee As Boolean
    [DefaultValue(true)]
    public override bool ShowMarquee {get; set;}
    See Also