ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / HighlightCurrentCell Property

In This Topic
    HighlightCurrentCell Property
    In This Topic
    Determines whether position of the current cell is highlighted or not.
    Syntax
    'Declaration
     
    Public Overridable Property HighlightCurrentCell As System.Boolean
    public virtual System.bool HighlightCurrentCell {get; set;}
    See Also