BackColor Property (NodeCellStyle)
In This Topic
Gets or sets the background color.
Syntax
'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<C1DescriptionAttribute("NodeCellStyle.BackColor", "Gets or sets the background color.")>
Public Property BackColor As Color
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[C1Description("NodeCellStyle.BackColor", "Gets or sets the background color.")]
public Color BackColor {get; set;}
See Also