ASP.NET Core 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
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overrides Property ShowMarquee As System.Boolean
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Boolean
     
    instance.ShowMarquee = value
     
    value = instance.ShowMarquee
    [System.ComponentModel.DefaultValue(true)]
    public override System.bool ShowMarquee {get; set;}
    public read-write property ShowMarquee: System.Boolean; override; 
    System.ComponentModel.DefaultValueAttribute()
    public override function get,set ShowMarquee : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_ShowMarquee() override;
    public: __property void set_ShowMarquee( 
       System.bool value
    ) override;
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool ShowMarquee {
       System.bool get() override;
       void set (    System.bool value) override;
    }
    See Also