Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / Hovered Property


In This Topic
    Hovered Property (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Hovered As Boolean
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Boolean
     
    instance.Hovered = value
     
    value = instance.Hovered
    public virtual bool Hovered {get; set;}
    See Also