[]
Gets or sets the background of active cell.
[Bindable(true)]
public Brush ActiveCellBackground { get; set; }
<Bindable(True)>
Public Property ActiveCellBackground As Brush
Type | Description |
---|---|
Brush | The Brush object represents the background of active cell. |