FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / ShowMarquee Property

In This Topic
    ShowMarquee Property (C1GridControl)
    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