Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / HoverCellBackground Property


In This Topic
    HoverCellBackground Property (GcSpreadSheet)
    In This Topic
    Gets or sets the background of active cell.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Appearance")>
    Public Property HoverCellBackground As Brush
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Brush
     
    instance.HoverCellBackground = value
     
    value = instance.HoverCellBackground
    [Bindable(true)]
    [Category("Appearance")]
    public Brush HoverCellBackground {get; set;}

    Property Value

    The System.Windows.Media.Brush object represents the background of hovered cell.
    See Also